You've already forked Atomcms-edit
chore: fix code style with Laravel Pint
This commit is contained in:
@@ -4,6 +4,7 @@ namespace App\Services\Community;
|
||||
|
||||
use App\Models\RadioSchedule;
|
||||
use App\Models\User;
|
||||
use Illuminate\Support\Collection;
|
||||
use Illuminate\Support\Facades\Cache;
|
||||
|
||||
class RadioScheduleService
|
||||
@@ -53,7 +54,7 @@ class RadioScheduleService
|
||||
->get());
|
||||
}
|
||||
|
||||
public function getFullSchedule(): \Illuminate\Support\Collection
|
||||
public function getFullSchedule(): Collection
|
||||
{
|
||||
return Cache::remember('radio_schedule_all', 300, fn () => RadioSchedule::with('user:id,username,look')
|
||||
->active()
|
||||
|
||||
Reference in New Issue
Block a user