Skip to content
This repository was archived by the owner on Apr 19, 2025. It is now read-only.

Commit a93ab2e

Browse files
committed
Add 'config' flag
1 parent c23594e commit a93ab2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TwoFactorAuthServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function boot()
3232

3333
$this->publishes([
3434
__DIR__.'/config/twofactor-auth.php' => config_path('twofactor-auth.php'),
35-
]);
35+
], 'config');
3636

3737
$this->publishes([
3838
__DIR__.'/resources/lang' => resource_path('lang/vendor/twofactor-auth'),

0 commit comments

Comments
 (0)