kirby-queue icon indicating copy to clipboard operation
kirby-queue copied to clipboard

Problem with Kirby > 3.6.2 and PHP 8.1

Open thathoff opened this issue 3 years ago • 0 comments

The bvdputte\kirbyQueue\Job::get() method does not seem to be compatible with Kirby\Toolkit\Obj::get()

Declaration of bvdputte\kirbyQueue\Job::get(string $key, $default = null) must be compatible with Kirby\Toolkit\Obj::get($property, $fallback = null)

thathoff avatar May 12 '22 15:05 thathoff