We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21059db commit 951f480Copy full SHA for 951f480
src/Providers/OtpServiceProvider.php
@@ -57,7 +57,7 @@ protected function bootForConsole()
57
{
58
// Publishing the configuration file.
59
$this->publishes([
60
- __DIR__.'/../config/otp.php' => config_path('otp.php'),
+ __DIR__.'/../../config/otp.php' => config_path('otp.php'),
61
], 'tzsk-otp');
62
}
63
0 commit comments