Skip to content

Commit 845585e

Browse files
Merge pull request #21 from orkhanahmadov/analysis-9mx1Qa
Apply fixes from StyleCI
2 parents b161823 + 7d7e3af commit 845585e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EloquentRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ private function cacheTTLValue(): int
151151
*/
152152
private function throwModelNotFoundException($ids = [])
153153
{
154-
throw (new ModelNotFoundException)->setModel(
154+
throw (new ModelNotFoundException())->setModel(
155155
get_class($this->model->getModel()),
156156
$ids
157157
);

0 commit comments

Comments
 (0)