Siti Hajar Ibrahim 5 лет назад
Родитель
Сommit
c958160bf6
1 измененных файлов: 2 добавлений и 2 удалений
  1. 2
    2
      app/Http/Controllers/Auth/LoginController.php

+ 2
- 2
app/Http/Controllers/Auth/LoginController.php Просмотреть файл

@@ -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);
}


Загрузка…
Отмена
Сохранить