Skip to content

Commit 951f480

Browse files
committed
Config Publish Fix
1 parent 21059db commit 951f480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Providers/OtpServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ protected function bootForConsole()
5757
{
5858
// Publishing the configuration file.
5959
$this->publishes([
60-
__DIR__.'/../config/otp.php' => config_path('otp.php'),
60+
__DIR__.'/../../config/otp.php' => config_path('otp.php'),
6161
], 'tzsk-otp');
6262
}
6363
}

0 commit comments

Comments
 (0)