Skip to content

Commit

Permalink
Applied fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
ablunier authored and StyleCIBot committed Nov 24, 2016
1 parent adcdfaa commit df85b11
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 df85b11

Please sign in to comment.