Skip to content

Commit

Permalink
StyleCI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thijskok committed Mar 18, 2017
1 parent 0e6c3cf commit 9eee1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Database/Eloquent/Concerns/HasEvents.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ protected function fireModelEvent($event, $halt = true)
}

if (is_array($result)) {
$result = array_filter($result, function($response) {
$result = array_filter($result, function ($response) {
return ! is_null($response);
});
}
Expand Down

0 comments on commit 9eee1fe

Please sign in to comment.