@@ -70,8 +70,9 @@ |
||
| 70 | 70 | */ |
| 71 | 71 | public static function __callStatic($method, array $arguments) |
| 72 | 72 | { |
| 73 | - if ( ! isset(self::$engine)) |
|
| 74 | - new self(); |
|
| 73 | + if ( ! isset(self::$engine)) { |
|
| 74 | + new self(); |
|
| 75 | + } |
|
| 75 | 76 | |
| 76 | 77 | return self::invoke($method, $arguments); |
| 77 | 78 | } |