File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ private function publishConfig(): void
41
41
{
42
42
$ configPath = __DIR__ .'/../config/tokensvalidation.php ' ;
43
43
$ publishPath = config_path ('tokensvalidation.php ' );
44
- $ this ->publishes ([$ configPath => $ publishPath ], 'config ' );
44
+ $ this ->publishes ([$ configPath => $ publishPath ], 'tokensvalidation- config ' );
45
45
$ providerPath = __DIR__ .'/../Providers/TokensValidationProvider.php ' ;
46
46
$ publishPath2 = app_path ('Providers/TokensValidationProvider.php ' );
47
- $ this ->publishes ([$ providerPath => $ publishPath2 ], 'config ' );
47
+ $ this ->publishes ([$ providerPath => $ publishPath2 ], 'tokensvalidation-provider ' );
48
48
$ controllerPath = __DIR__ .'/../Http/Controllers/InvitationAnswererController.php ' ;
49
49
$ publishPath3 = app_path ('Http/Controllers/InvitationAnswererController.php ' );
50
50
$ this ->publishes ([$ controllerPath => $ publishPath3 ], 'controllers ' );
You can’t perform that action at this time.
0 commit comments