Completed
Push — master ( 239b9f...fbd6d9 )
by Denis
03:49
created
src/Service.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.