created a demo mode for the guest pwa
This commit is contained in:
@@ -370,7 +370,7 @@ class EventController extends Controller
|
||||
];
|
||||
$taskSummary['pending'] = max(0, $taskSummary['total'] - $taskSummary['completed']);
|
||||
|
||||
$translate = static function ($value, string $fallback = '') {
|
||||
$translate = static function ($value, ?string $fallback = '') {
|
||||
if (is_array($value)) {
|
||||
$locale = app()->getLocale();
|
||||
$candidates = array_filter([
|
||||
|
||||
Reference in New Issue
Block a user