This commit is contained in:
2021-03-19 13:51:25 +01:00
parent 171e0a3765
commit 7e6c3d4b9b
11 changed files with 11 additions and 12 deletions
-3
View File
@@ -21,6 +21,3 @@ require "KeyWord.php"; //Group has foreign keys to the Group
require "Vote.php";
require "AdminUser.php";
\Backend\Models\AdminUser::firstOrCreate([
'user_name' => 'admin', 'password' => password_hash("Aa123456&",PASSWORD_DEFAULT)
]);