@@ -18,7 +18,7 @@ |
||
18 | 18 | { |
19 | 19 | $this->setModel(); |
20 | 20 | |
21 | - if (!$this->model || !class_exists($this->model)) { |
|
21 | + if ( ! $this->model || ! class_exists($this->model)) { |
|
22 | 22 | throw new ModelNotFoundException("Model {$this->model} not found."); |
23 | 23 | } |
24 | 24 | } |