Skip to content

Commit

Permalink
Merge pull request #82 from anavel/analysis-8L52Ln
Browse files Browse the repository at this point in the history
Applied fixes from StyleCI
  • Loading branch information
edusalguero authored Nov 24, 2016
2 parents adcdfaa + df85b11 commit 64ceef0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Abstractor/Eloquent/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -530,9 +530,8 @@ public function getFieldValue($item, $fieldName)
}
}

if(is_null($entity))
{
return null;
if (is_null($entity)) {
return;
}
$lastRelationName = $relationName;

Expand Down

0 comments on commit 64ceef0

Please sign in to comment.