- 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:
Arno Kaimbacher 2022-08-11 18:25:28 +02:00
parent 8ea540a88c
commit 6156bdf0c6
9 changed files with 83 additions and 448 deletions

View file

@ -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",