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