-
Notifications
You must be signed in to change notification settings - Fork 64
Description
php artisan vendor:publish --provider="Thenextweb\PassGeneratorServiceProvider"
Call to a member function get() on array
at vendor\laravel\framework\src\Illuminate\Support\ServiceProvider.php:138
134▕ if (! ($this->app instanceof CachesConfiguration && $this->app->configurationIsCached())) {
135▕ $config = $this->app->make('config');
136▕
137▕ $config->set($key, array_merge(
➜ 138▕ require $path, $config->get($key, [])
139▕ ));
140▕ }
141▕ }
142▕
1 vendor\thenextweb\passgenerator\src\PassGeneratorServiceProvider.php:63
Illuminate\Support\ServiceProvider::mergeConfigFrom("C:\laragon\www\walaa\vendor\thenextweb\passgenerator\config\pass-filesystem.php", "filesystems")
2 vendor\thenextweb\passgenerator\src\PassGeneratorServiceProvider.php:31
Thenextweb\PassGeneratorServiceProvider::setupConfig()