Commit f8fdcd89 authored by Callum McIntyre's avatar Callum McIntyre

Changed timestamp function in eloquent/model.php to public

parent 7298c93b
......@@ -445,7 +445,7 @@ abstract class Model {
*
* @return void
*/
protected function timestamp()
public function timestamp()
{
$this->updated_at = new \DateTime;
......
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