Completed
Push — master ( 746653...79ff26 )
by Niels
01:54
created
src/DirectAdmin/Objects/Users/Reseller.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
     public function getUsers()
47 47
     {
48 48
         return Object::toObjectArray($this->getContext()->invokeGet('SHOW_USERS', ['reseller' => $this->getUsername()]),
49
-                                     User::class, $this->getContext());
49
+                                        User::class, $this->getContext());
50 50
 
51 51
     }
52 52
 
Please login to merge, or discard this patch.