@@ -12,7 +12,7 @@ |
||
12 | 12 | return app()->call($this->methods[$method], $param); |
13 | 13 | } |
14 | 14 | |
15 | - throw new \BadMethodCallException($method.' does not exists as a Heyman condition'); |
|
15 | + throw new \BadMethodCallException($method . ' does not exists as a Heyman condition'); |
|
16 | 16 | } |
17 | 17 | |
18 | 18 | public function define($methodName, $callable) |