@@ -48,7 +48,7 @@ |
||
| 48 | 48 | } |
| 49 | 49 | try { |
| 50 | 50 | $this->container->get('goaop.aspect.container'); |
| 51 | - } catch( ServiceNotFoundException $e ) { |
|
| 51 | + } catch (ServiceNotFoundException $e) { |
|
| 52 | 52 | throw new \RuntimeException("`goaop.aspect.container` is not defined, please remove the cache manually and run `cache:warmup`"); |
| 53 | 53 | } |
| 54 | 54 | if (!AopComposerLoader::wasInitialized()) { |