Fix styler

This commit is contained in:
Nabeel Shahzad 2019-09-14 11:18:09 -04:00
parent 3c21047c15
commit 41baefbf4a

View File

@ -18,7 +18,7 @@ abstract class Repository extends BaseRepository
try {
return $this->find($id, $columns);
} catch (\Exception $e) {
return null;
return;
}
}