You've already forked Atomcms-edit
Fix SSE listeners type cast, replace Blade tab component with Alpine.js tabs in DjModeration, use wire:confirm instead of onclick
This commit is contained in:
Regular → Executable
Regular → Executable
+1
-1
@@ -134,7 +134,7 @@ class SseController extends Controller
|
||||
|
||||
private function getListeners(): int
|
||||
{
|
||||
return Cache::remember('radio_listeners', 30, function () {
|
||||
return (int) Cache::remember('radio_listeners', 30, function () {
|
||||
$apiUrl = $this->getSetting(RadioSettings::ListenersEnabled)
|
||||
? ($this->getSetting(RadioSettings::ListenersApiUrl) ?: $this->getAzureCastApiUrl())
|
||||
: null;
|
||||
|
||||
Reference in New Issue
Block a user