Hi, when calling $this->serve(new AbcFeature()); this error occurs:
Illegal offset type in isset or empty
In file vendor / laravel / framework / src / Illuminate / Container / Container.php : 1285

I tried with trait Lucid\Bus\ServesFeatures and with controller Lucid\Units\Controller, both ways produce the error.
Feature alone works:
new AbcFeature(); // ok
(new AbcFeature())->handle(); // ok
PHP 8.1.3
Laravel 9.16.0
Hi, when calling
$this->serve(new AbcFeature());this error occurs:In file
vendor / laravel / framework / src / Illuminate / Container / Container.php : 1285I tried with trait
Lucid\Bus\ServesFeaturesand with controllerLucid\Units\Controller, both ways produce the error.Feature alone works:
PHP 8.1.3
Laravel 9.16.0