| @@ -111,8 +111,8 @@ class LoginController extends Controller | |||
| } | |||
| public function hmmm() { | |||
| $output = $this->encryptPassword('encrypt', 'sdallotech'); | |||
| $encrP2 = Hash::make('sdallotech'); | |||
| $output = $this->encryptPassword('encrypt', 'Admin1234'); | |||
| $encrP2 = Hash::make('Admin1234'); | |||
| dd($encrP2); | |||
| } | |||