Missed a semi-colon.
Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
This commit is contained in:
parent
b4db0f1b36
commit
6d5239bf30
|
@ -744,7 +744,7 @@ public function __call($method, $parameters)
|
|||
return static::$$method;
|
||||
}
|
||||
|
||||
$underscored = array('with', 'find')
|
||||
$underscored = array('with', 'find');
|
||||
|
||||
// Some methods need to be accessed both staticly and non-staticly so we'll
|
||||
// keep underscored methods of those methods and intercept calls to them
|
||||
|
|
Loading…
Reference in New Issue