mirror of
https://github.com/flarum/framework.git
synced 2024-11-30 21:44:12 +08:00
parent
7705a2b7d7
commit
57f73c9638
|
@ -11,6 +11,7 @@
|
|||
|
||||
namespace Flarum\Install\Console;
|
||||
|
||||
use Carbon\Carbon;
|
||||
use Exception;
|
||||
use Flarum\Console\AbstractCommand;
|
||||
use Flarum\Database\DatabaseMigrationRepository;
|
||||
|
@ -294,7 +295,7 @@ class InstallCommand extends AbstractCommand
|
|||
'username' => $admin['username'],
|
||||
'email' => $admin['email'],
|
||||
'password' => (new BcryptHasher)->make($admin['password']),
|
||||
'joined_at' => time(),
|
||||
'joined_at' => Carbon::now(),
|
||||
'is_email_confirmed' => 1,
|
||||
]);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user