add admin command
This commit is contained in:
parent
4462879b7d
commit
fee174ec05
7 changed files with 120 additions and 0 deletions
8
backend/app/User/InitialAdminCredentialsProvider.php
Normal file
8
backend/app/User/InitialAdminCredentialsProvider.php
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
namespace App\User;
|
||||
|
||||
interface InitialAdminCredentialsProvider
|
||||
{
|
||||
public function getCredentials(): InitialAdminCredentials;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue