Ruben
Results
2
issues of
Ruben
Where will this displayed, after installation nothing oin the nova gui changed, I add this card to users Resource method "cards" But don't see this card in the user resource
Warning: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated Resolution: vendor\stepanenko3\nova-cards\src\Http\Controllers\ScheduledJobsController.php ``` 20 $nextDueDate = $this->getNextDueDateForEvent($event, $timezone); 21 + 22 $command = $event->command ?? ''; 23...