Commit 7018b85b by Taylor Otwell

cleaning up eloquent models.

parent 2ac5a372
...@@ -132,6 +132,7 @@ abstract class Model { ...@@ -132,6 +132,7 @@ abstract class Model {
private function _with() private function _with()
{ {
$this->includes = func_get_args(); $this->includes = func_get_args();
return $this; return $this;
} }
......
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