Menaikkan data KJPP part 2

This commit is contained in:
2024-12-11 08:40:11 +07:00
parent 7fb839efed
commit 5ff333808a
19 changed files with 123 additions and 335 deletions

View File

@@ -13,6 +13,6 @@ class JenisLegalitasJaminanSeeder extends Seeder
*/
public function run(): void
{
DB::unprepared(file_get_contents(__DIR__ . '/jenis_legalitas_jaminan.sql'));
DB::unprepared(file_get_contents(__DIR__ . '/sql/jenis_legalitas_jaminan.sql'));
}
}