@@ -17,7 +17,7 @@ |
||
17 | 17 | Paginator::useBootstrapFive(); |
18 | 18 | $smarty = app('smarty.view'); |
19 | 19 | view()->share('smarty', $smarty); |
20 | - Gate::define('viewPulse', function (User $user) { |
|
20 | + Gate::define('viewPulse', function(User $user) { |
|
21 | 21 | return $user->hasRole('Admin'); |
22 | 22 | }); |
23 | 23 | } |