Changed timestamp function in eloquent/model.php to public

This commit is contained in:
Callum McIntyre 2012-08-19 14:50:05 +01:00
parent 7298c93be1
commit f8fdcd894a
1 changed files with 1 additions and 1 deletions

View File

@ -445,7 +445,7 @@ public function delete()
*
* @return void
*/
protected function timestamp()
public function timestamp()
{
$this->updated_at = new \DateTime;