@@ -66,7 +66,7 @@ |
||
| 66 | 66 | */ |
| 67 | 67 | public function register(): void |
| 68 | 68 | { |
| 69 | - $this->app->bind(SecurityPolicy::class, function (ContainerInterface $app) { |
|
| 69 | + $this->app->bind(SecurityPolicy::class, function(ContainerInterface $app) { |
|
| 70 | 70 | return new SecurityPolicy($app->get(Config::class)->get('security.policies', [])); |
| 71 | 71 | }); |
| 72 | 72 | $this->app->bind(SecurityPolicyMiddleware::class); |