Completed
Push — master ( c6c9a2...d96a7a )
by Mahmoud
03:58
created
app/Containers/User/Actions/ListAndSearchUsersAction.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
      */
39 39
     public function run($order = true)
40 40
     {
41
-        if($order){
41
+        if ($order) {
42 42
             $this->userRepository->pushCriteria(new OrderByCreationDateDescendingCriteria());
43 43
         }
44 44
 
Please login to merge, or discard this patch.