add rahdar id to road item project

This commit is contained in:
2024-12-15 10:08:49 +03:30
parent e7163490c9
commit 1b60739a14
12 changed files with 477 additions and 30 deletions

View File

@@ -2,6 +2,7 @@
namespace Database\Seeders;
use App\Models\Rahdaran;
use Illuminate\Database\Console\Seeds\WithoutModelEvents;
use Illuminate\Database\Seeder;
@@ -12,6 +13,6 @@ class RahdaranSeeder extends Seeder
*/
public function run(): void
{
//
Rahdaran::factory(5)->create();
}
}