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

View File

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