Exemplo n.º 1
0
 static function getPostData($id)
 {
     $post = Post::find($id);
     self::setFormattedDate($post);
     return $post;
 }