Commit 81992a18 authored by Aaron Kuzemchak's avatar Aaron Kuzemchak

Changed timestamp method to protected, so that it can be extended if desired.

parent 0302b9c3
...@@ -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