@@ -52,7 +52,7 @@ |
||
| 52 | 52 | |
| 53 | 53 | private function getAuthentication() |
| 54 | 54 | { |
| 55 | - foreach ((array)$this->config->get('authentication_ioc_binding') as $binding) { |
|
| 55 | + foreach ((array) $this->config->get('authentication_ioc_binding') as $binding) { |
|
| 56 | 56 | $this->authentication[] = $this->app->make($binding); |
| 57 | 57 | } |
| 58 | 58 | |