Initial Commit

This commit is contained in:
Daeng Deni Mardaeni
2024-08-07 10:08:55 +07:00
commit a29e840bae
27 changed files with 473 additions and 0 deletions

View File

View File

@@ -0,0 +1,16 @@
<?php
namespace Modules\Location\Database\Seeders;
use Illuminate\Database\Seeder;
class LocationDatabaseSeeder extends Seeder
{
/**
* Run the database seeds.
*/
public function run(): void
{
// $this->call([]);
}
}