Skip to content

Commit

Permalink
Fix styler
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeelio committed Sep 14, 2019
1 parent 3c21047 commit 41baefb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Contracts/Repository.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public function findWithoutFail($id, array $columns = ['*'])
try {
return $this->find($id, $columns);
} catch (\Exception $e) {
return null;
return;
}
}

Expand Down

0 comments on commit 41baefb

Please sign in to comment.