Пример #1
0
 public static function getAllOnline() : Collection
 {
     return Person::online()->orderBy('publish_date', 'desc')->get();
 }