findLastStoryFor() public static method

public static findLastStoryFor ( $authorId )
Exemplo n.º 1
0
 public function lastStoryPosted(User $user)
 {
     return DataSource::findLastStoryFor($user->id);
 }