This commit is contained in:
2024-04-04 18:04:56 +05:45
parent df0cbdf8a0
commit 89d7a82f03
29 changed files with 3575 additions and 11 deletions

View File

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