The trait Ikechukwukalu\Dynamicdat...ig\Trait\DatabaseConfig requires some properties which are not provided by Ikechukwukalu\Dynamicdat...eware\EnvDatabaseConfig: $database, $configuration, $name
Loading history...
12
13
public function handle(Request $request, Closure $next, string $database, string $name, null|string $postFix = null)
It seems like $postFix can also be of type Illuminate\Session\SessionManager and Illuminate\Session\Store; however, parameter $postFix of Ikechukwukalu\Dynamicdat...nfig::setNewEnvConfig() does only seem to accept string, maybe add an additional type check?
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation