Completed
Pull Request — master (#555)
by
unknown
34s
created
src/Services/Authentication.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.