@@ -66,7 +66,7 @@ |
||
66 | 66 | |
67 | 67 | public static function __callStatic($method, $parameters) |
68 | 68 | { |
69 | - if (! static::hasMacro($method)) { |
|
69 | + if (!static::hasMacro($method)) { |
|
70 | 70 | throw new \BadMethodCallException("Method {$method} does not exist."); |
71 | 71 | } |
72 | 72 |