cleaning up eloquent models.
This commit is contained in:
parent
2ac5a37291
commit
7018b85b4a
|
@ -132,6 +132,7 @@ public function fill($attributes)
|
||||||
private function _with()
|
private function _with()
|
||||||
{
|
{
|
||||||
$this->includes = func_get_args();
|
$this->includes = func_get_args();
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue