create rahdaran table and factory

This commit is contained in:
2024-12-14 10:19:13 +03:30
parent 598331d1d4
commit a0b40d85dd
6 changed files with 85 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<?php
namespace Database\Seeders;
use Illuminate\Database\Console\Seeds\WithoutModelEvents;
use Illuminate\Database\Seeder;
class RahdaranSeeder extends Seeder
{
/**
* Run the database seeds.
*/
public function run(): void
{
//
}
}