Skip to content

Commit 9eee1fe

Browse files
committed
StyleCI fix
1 parent 0e6c3cf commit 9eee1fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Database/Eloquent/Concerns/HasEvents.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ protected function fireModelEvent($event, $halt = true)
143143
}
144144

145145
if (is_array($result)) {
146-
$result = array_filter($result, function($response) {
146+
$result = array_filter($result, function ($response) {
147147
return ! is_null($response);
148148
});
149149
}

0 commit comments

Comments
 (0)