1
0
Fork 0
mirror of synced 2024-07-03 13:41:01 +12:00

feat: run linter

This commit is contained in:
Christy Jacob 2023-11-20 20:10:24 -05:00
parent 28c61acec6
commit f81d675609

View file

@ -123,7 +123,7 @@ class GetMigrationStats extends Action
return array_values($result);
}, $migrations);
if(!empty($migrations)) {
if (!empty($migrations)) {
$csv->insertAll($migrations);
}
} catch (\Throwable $th) {