insert([ 'name' => 'Admin', 'email' => 'admin@dbpetani.com', 'password' => Hash::make('Asalada123'), 'created_at' => now(), 'updated_at' => now(), ]); } }