cleaning up eloquent models.

This commit is contained in:
Taylor Otwell
2011-09-28 22:47:24 -05:00
parent 2ac5a37291
commit 7018b85b4a

View File

@@ -132,6 +132,7 @@ abstract class Model {
private function _with()
{
$this->includes = func_get_args();
return $this;
}