Файловый менеджер - Редактировать - /home/clickysoft/public_html/charliapp-v2.clickysoft.net/database/seeders/BrainStormRoundsSeeder.php
Назад
<?php namespace Database\Seeders; use Illuminate\Database\Seeder; use App\Models\Permission; class BrainStormRoundsSeeder extends Seeder { /** * Run the database seeds. * * @return void */ public function run() { $permissions = [ ['title' => 'brainstorm_round_access', 'created_at' => new \DateTime, 'updated_at' => new \DateTime], ['title' => 'brainstorm_round_create', 'created_at' => new \DateTime, 'updated_at' => new \DateTime], ['title' => 'brainstorm_round_show', 'created_at' => new \DateTime, 'updated_at' => new \DateTime], ['title' => 'brainstorm_round_edit', 'created_at' => new \DateTime, 'updated_at' => new \DateTime], ['title' => 'brainstorm_round_delete', 'created_at' => new \DateTime, 'updated_at' => new \DateTime], ]; Permission::insert($permissions); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка