Mengubah posisi pada saat seeder di module LPJ

This commit is contained in:
2024-11-02 13:48:46 +07:00
parent 5087e56f9c
commit 3ae95288f0
12 changed files with 108 additions and 108 deletions

View File

@@ -150,8 +150,8 @@ class DebitureSeeder extends Seeder
'status' => 1,
'created_at' => now(),
'updated_at' => now(),
'created_by' => 3,
'updated_by' => 3
'created_by' => 1,
'updated_by' => 1
],
]);
}