Commit 59fcd676 by 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 { ...@@ -413,7 +413,7 @@ abstract class Model {
* *
* @return void * @return void
*/ */
private function timestamp() protected function timestamp()
{ {
$this->updated_at = date('Y-m-d H:i:s'); $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