Skip to content

Commit c5498ef

Browse files
committed
Revert getDateFormat
1 parent 7bd92db commit c5498ef

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/models/User.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,9 @@ public function photos()
6767
{
6868
return $this->morphMany('Photo', 'imageable');
6969
}
70+
71+
public function getDateFormat()
72+
{
73+
return 'l jS \of F Y h:i:s A';
74+
}
7075
}

0 commit comments

Comments
 (0)