getHumanCreatedAt() public method

public getHumanCreatedAt ( ) : boolean | string
return boolean | string
Beispiel #1
0
 protected function createPostArray(Posts $post)
 {
     return ['slug' => "discussion/{$post->id}/{$post->slug}", 'title' => $post->title, 'created' => $post->getHumanCreatedAt()];
 }