Merge pull request #214 from akuzemchak/develop

Allow timestamp method to be extended
This commit is contained in:
Taylor Otwell 2011-12-30 09:29:48 -08:00
commit 59fcd67637
1 changed files with 1 additions and 1 deletions

View File

@ -413,7 +413,7 @@ public function save()
* *
* @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');