Passed
Push — master ( 1f8fab...7fb54d )
by Hamzah
12:37
created
src/Bases/Controller.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@  discard block
 block discarded – undo
36 36
     protected $breadcrumbs;
37 37
 
38 38
     protected $menu;
39
-    protected $search ;
39
+    protected $search;
40 40
     protected $selectedMenu = [];
41 41
     protected $isAPI = false;
42 42
     protected $trash = false;
@@ -63,10 +63,10 @@  discard block
 block discarded – undo
63 63
         }
64 64
         $limit = $request->get('limit', 10);
65 65
 
66
-        if ((bool)$request->get('with-trash', false)) {
66
+        if ((bool) $request->get('with-trash', false)) {
67 67
             $interface->withTrash();
68 68
         }
69
-        if ((bool)$request->get('only-trash', false)) {
69
+        if ((bool) $request->get('only-trash', false)) {
70 70
             $interface->trash();
71 71
         }
72 72
 
Please login to merge, or discard this patch.