- composer remove fideloper/proxy; use use Illuminate\Http\Middleware\TrustProxies in TrustProxies middlewar;
- style changes in some db seeder files - delete PagesTableSeeder.php
This commit is contained in:
parent
8ea540a88c
commit
6156bdf0c6
9 changed files with 83 additions and 448 deletions
|
@ -10,15 +10,14 @@ use Illuminate\Support\Facades\DB;
|
|||
|
||||
class AccountsTableSeeder extends Seeder
|
||||
{
|
||||
/**
|
||||
/**
|
||||
* Seed the application's database.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function run(): void
|
||||
{
|
||||
|
||||
// \App\Models\User::factory(10)->create();
|
||||
// \App\Models\User::factory(10)->create();
|
||||
DB::table('accounts')->insert([
|
||||
[
|
||||
'login' => "admin",
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue