@@ -18,7 +18,7 @@ |
||
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 | ]); |