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