Файловый менеджер - Редактировать - /home/clickysoft/public_html/benchexc.clickysoft.net/database/seeders/DatabaseSeeder.php
Назад
<?php namespace Database\Seeders; use Illuminate\Database\Seeder; class DatabaseSeeder extends Seeder { /** * Seed the application's database. */ public function run(): void { $this->call(RolesTableSeeder::class); $this->call(UserTableSeeder::class); $this->call(CitySeeder::class); $this->call(TechStackSeeder::class); $this->call(CompanySeeder::class); $this->call(CompanyResourceSeeder::class); $this->call(IndustrySeeder::class); $this->call(CompanyIndustrySeeder::class); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка