create(); User::factory()->create([ 'name' => 'admin', 'email' => 'test@example.com', 'password' => 123456 ]); // $this->call([ // DocumentsOnlineSeeder::class // ]); } }