We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05f450c commit b499a14Copy full SHA for b499a14
src/Commands/InstallCommand.php
@@ -40,7 +40,7 @@ public function __construct()
40
*/
41
public function handle()
42
{
43
- Artisan::call('vendor:publish --provider="SOS\\SOS\QueryHelper\Facade\QueryHelperFacade\Providers\\SOS\QueryHelper\Facade\QueryHelperFacadeServiceProviders"');
+ Artisan::call('vendor:publish --provider="SOS\QueryHelper\Providers\QueryHelperServiceProviders"');
44
Artisan::call('vendor:publish --tag=query-helper-config');
45
46
$this->info('<info> Install the dependencies was success</info>');
0 commit comments