Passed
Push — develop ( ef6a2b...4521e5 )
by nguereza
03:03
created
src/Auth/Entity/Permission.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,6 +70,6 @@
 block discarded – undo
70 70
             'updated_at' => '?date',
71 71
         ]);
72 72
 		
73
-		$mapper->relation('roles')->shareMany(Role::class);
73
+        $mapper->relation('roles')->shareMany(Role::class);
74 74
     }
75 75
 }
Please login to merge, or discard this patch.