@@ -12,8 +12,8 @@ discard block |
||
12 | 12 | * @return void |
13 | 13 | */ |
14 | 14 | |
15 | - public const DB = __DIR__.'/../database/migrations'; |
|
16 | - public const CONFIG = __DIR__.'/../config/otp-generator.php'; |
|
15 | + public const DB = __DIR__.'/../database/migrations'; |
|
16 | + public const CONFIG = __DIR__.'/../config/otp-generator.php'; |
|
17 | 17 | |
18 | 18 | public function boot() |
19 | 19 | { |
@@ -25,7 +25,7 @@ discard block |
||
25 | 25 | $migrationFileName = 'create_otps_table.php'; |
26 | 26 | if (! $this->migrationFileExists($migrationFileName)) { |
27 | 27 | $this->publishes([ |
28 | - self::DB."/{$migrationFileName}.stub" => database_path('migrations/' . date('Y_m_d_His', time()) . '_' . $migrationFileName), |
|
28 | + self::DB."/{$migrationFileName}.stub" => database_path('migrations/' . date('Y_m_d_His', time()) . '_' . $migrationFileName), |
|
29 | 29 | ], 'migrations'); |
30 | 30 | } |
31 | 31 | } |