github ultraviolettes/filament-jobs-monitor v4.3.1
v4.3.1 - Hotfix: Class not found error

15 hours ago

Bug Fix

  • Fix: getModel() should return class-string, not class instance (#107 by @webard)
    • Fixes #108: Class "[]" not found error after upgrading from v4.2 to v4.3
    • resolve(QueueMonitor::class) returned an object instance instead of a class name string
    • Changed to resolve(QueueMonitor::class)::class to correctly return the FQCN

Upgrade

composer update croustibat/filament-jobs-monitor

Don't miss a new filament-jobs-monitor release

NewReleases is sending notifications on new releases.