'root@example.com'], [ 'name' => 'root', 'password' => Hash::make('Root@123456'), 'is_active' => true, 'email_verified_at' => now(), ], ); } }