Merge pull request #1121 from mcintyre94/minor/unprotect-eloquent-timestamps
Minor/unprotect eloquent timestamps
This commit is contained in:
commit
db48fa4140
|
@ -445,7 +445,7 @@ public function delete()
|
|||
*
|
||||
* @return void
|
||||
*/
|
||||
protected function timestamp()
|
||||
public function timestamp()
|
||||
{
|
||||
$this->updated_at = new \DateTime;
|
||||
|
||||
|
|
Loading…
Reference in New Issue