Browse Source

cleaning up eloquent models.

Taylor Otwell 13 years ago
parent
commit
7018b85b4a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      laravel/database/eloquent/model.php

+ 1 - 0
laravel/database/eloquent/model.php

@@ -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;
 	}
 	}