Completed
Push — master ( 97e3cb...a7be99 )
by Sherif
02:45
created
src/Modules/V1/Acl/Http/Controllers/OauthClientsController.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -13,14 +13,14 @@
 block discarded – undo
13 13
      * to preform actions like (add, edit ... etc).
14 14
      * @var string
15 15
      */
16
-    protected $model               = 'oauthClients';
16
+    protected $model = 'oauthClients';
17 17
 
18 18
     /**
19 19
      * The validations rules used by the base api controller
20 20
      * to check before add.
21 21
      * @var array
22 22
      */
23
-    protected $validationRules  = [
23
+    protected $validationRules = [
24 24
         'name'                   => 'required|max:255',
25 25
         'redirect'               => 'required|url',
26 26
         'user_id'                => 'required|array|exists:users,id',
Please login to merge, or discard this patch.