Passed
Pull Request — master (#6)
by James
15:34
created
src/Admin/ClientAdmin.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,6 +18,6 @@
 block discarded – undo
18 18
     private static $url_segment = 'bbp-monitoring';
19 19
 
20 20
     private static $managed_models = [
21
-      Client::class
21
+        Client::class
22 22
     ];
23 23
 }
Please login to merge, or discard this patch.