/** * Return talks. * * @return array An array of talks. */ public static function getTalks() { Log::info('Get talks.'); return Talk::paginate(10); }