chore: fix code style with Laravel Pint

This commit is contained in:
root
2026-05-23 19:05:37 +02:00
parent 0795cd283d
commit 2d8beaa531
38 changed files with 68 additions and 43 deletions
@@ -123,6 +123,7 @@ class CheckMigrationsCommand extends Command
$this->warn("[Orphaned] {$file->getFilename()} modifies table `{$table}` which no longer exists.");
$this->warnings++;
$this->addFileToDelete($file->getFilename());
continue;
}