@@ -15,8 +15,8 @@ |
||
15 | 15 | * @return void |
16 | 16 | */ |
17 | 17 | |
18 | - public const DB = __DIR__.'/../database/migrations'; |
|
19 | - public const CONFIG = __DIR__.'/../config/otp-generator.php'; |
|
18 | + public const DB = __DIR__.'/../database/migrations'; |
|
19 | + public const CONFIG = __DIR__.'/../config/otp-generator.php'; |
|
20 | 20 | |
21 | 21 | public function boot(): void |
22 | 22 | { |
@@ -15,8 +15,8 @@ |
||
15 | 15 | * @return void |
16 | 16 | */ |
17 | 17 | |
18 | - public const DB = __DIR__.'/../database/migrations'; |
|
19 | - public const CONFIG = __DIR__.'/../config/otp-generator.php'; |
|
18 | + public const DB = __DIR__ . '/../database/migrations'; |
|
19 | + public const CONFIG = __DIR__ . '/../config/otp-generator.php'; |
|
20 | 20 | |
21 | 21 | public function boot(): void |
22 | 22 | { |
@@ -29,6 +29,6 @@ |
||
29 | 29 | */ |
30 | 30 | public function handle(PrunableRepository $repository) |
31 | 31 | { |
32 | - $this->info($repository->prune(now()->subMinutes((int) $this->option('minutes'))).' entries pruned.'); |
|
32 | + $this->info($repository->prune(now()->subMinutes((int) $this->option('minutes'))) . ' entries pruned.'); |
|
33 | 33 | } |
34 | 34 | } |