@@ -118,7 +118,7 @@ |
||
| 118 | 118 | } |
| 119 | 119 | |
| 120 | 120 | if (!($service instanceof AuthenticationServiceInterface)) { |
| 121 | - throw new Exception('Authentication service does not implement ' . AuthenticationServiceInterface::class); |
|
| 121 | + throw new Exception('Authentication service does not implement '.AuthenticationServiceInterface::class); |
|
| 122 | 122 | } |
| 123 | 123 | |
| 124 | 124 | return $service; |