@@ -8,7 +8,7 @@ |
||
8 | 8 | { |
9 | 9 | public static function load($path) |
10 | 10 | { |
11 | - try{ |
|
11 | + try { |
|
12 | 12 | return InjectionContainer::resolve(self::getClassName($path)); |
13 | 13 | } catch (\ntentan\panie\exceptions\ResolutionException $e) { |
14 | 14 | throw new |