Commit c5498ef9 authored by Ditty's avatar Ditty

Revert getDateFormat

parent 7bd92dbc
......@@ -67,4 +67,9 @@ class User extends Eloquent implements AuthenticatableContract, CanResetPassword
{
return $this->morphMany('Photo', 'imageable');
}
public function getDateFormat()
{
return 'l jS \of F Y h:i:s A';
}
}
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