test
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
use Backend\Models\AdminUser;
|
||||||
|
|
||||||
|
require_once ('Database/databaseMigration.php');
|
||||||
|
AdminUser::firstOrCreate([
|
||||||
|
'user_name' => '', 'password' => password_hash('',PASSWORD_DEFAULT)
|
||||||
|
]);
|
||||||
Reference in New Issue
Block a user