This commit is contained in:
2025-11-02 17:06:27 +05:00
parent 80973d5b85
commit 3f21f55c39
5 changed files with 177 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ class FillJsonData extends Seeder
'branches',
'loan_types',
'card_states',
'card_types'
'card_types',
]);
$sort->each(function (string $table_name) use ($dataPath) {