Merge pull request #1121 from mcintyre94/minor/unprotect-eloquent-timestamps

Minor/unprotect eloquent timestamps
This commit is contained in:
Taylor Otwell 2012-09-01 17:52:53 -07:00
commit db48fa4140
1 changed files with 1 additions and 1 deletions

View File

@ -445,7 +445,7 @@ public function delete()
*
* @return void
*/
protected function timestamp()
public function timestamp()
{
$this->updated_at = new \DateTime;