Commit 6d5239bf by Jason Lewis

Missed a semi-colon.

Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
parent b4db0f1b
...@@ -744,7 +744,7 @@ abstract class Model { ...@@ -744,7 +744,7 @@ abstract class Model {
return static::$$method; 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 // 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 // keep underscored methods of those methods and intercept calls to them
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment