You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting error while running php artisan blog:install Illuminate\Container\Container::bind(): Argument #2 ($concrete) must be of type Closure|string|null
#223
Illuminate\Container\Container::bind(): Argument #2 ($concrete) must be of type Closure|string|null
at C:\xampp\htdocs\blog-master\vendor\laravel\framework\src\Illuminate\Container\Container.php:238
234| // bound into this container to the abstract type and we will just wrap it
235| // up inside its own Closure to give us more convenience when extending.
236| if (! $concrete instanceof Closure) {
237| if (! is_string($concrete)) {
238| throw new \TypeError(self::class.'::bind(): Argument #2 ($concrete) must be of type Closure|string|null');
239| }
240|
241| $concrete = $this->getClosure($abstract, $concrete);
242| }
No description provided.
The text was updated successfully, but these errors were encountered: