Completed
Push — master ( d7de07...588315 )
by Cheren
08:52
created
config/admin_menu.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
 
19 19
 Nav::add('sidebar', 'user-details', [
20 20
     'weight'   => 9,
21
-    'callable' => function (AppView $view) {
21
+    'callable' => function(AppView $view) {
22 22
         return $view->element('Backend.Nav/sidebar/user_details');
23 23
     }
24 24
 ]);
Please login to merge, or discard this patch.