cleaning up eloquent models.

This commit is contained in:
Taylor Otwell 2011-09-28 22:47:24 -05:00
parent 2ac5a37291
commit 7018b85b4a
1 changed files with 1 additions and 0 deletions

View File

@ -132,6 +132,7 @@ public function fill($attributes)
private function _with()
{
$this->includes = func_get_args();
return $this;
}