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