Commit 7018b85b authored by Taylor Otwell's avatar Taylor Otwell

cleaning up eloquent models.

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