Changed timestamp function in eloquent/model.php to public
This commit is contained in:
parent
7298c93be1
commit
f8fdcd894a
@ -445,7 +445,7 @@ abstract class Model {
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
protected function timestamp()
|
||||
public function timestamp()
|
||||
{
|
||||
$this->updated_at = new \DateTime;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user