Commit 59fcd676 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #214 from akuzemchak/develop

Allow timestamp method to be extended
parents 09d1c85e 81992a18
......@@ -413,7 +413,7 @@ abstract class Model {
*
* @return void
*/
private function timestamp()
protected function timestamp()
{
$this->updated_at = date('Y-m-d H:i:s');
......
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