Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
tabacitu authored and StyleCIBot committed Feb 25, 2021
1 parent 211722d commit 62a77ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/Library/CrudPanel/Traits/Read.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ public function autoEagerLoadRelationshipColumns()
try {
$result = $obj->$method();
$last_valid_relation_method = $method;

return $result->getRelated();
} catch (Exception $e) {
return;
Expand Down

0 comments on commit 62a77ad

Please sign in to comment.