Commit db48fa41 authored by Taylor Otwell's avatar Taylor Otwell

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

Minor/unprotect eloquent timestamps
parents c974052c dcfd1257
...@@ -445,7 +445,7 @@ abstract class Model { ...@@ -445,7 +445,7 @@ abstract class Model {
* *
* @return void * @return void
*/ */
protected function timestamp() public function timestamp()
{ {
$this->updated_at = new \DateTime; $this->updated_at = new \DateTime;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment