mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-26 22:40:45 +00:00
Update UserCreate.php
This commit is contained in:
parent
95a22b7b55
commit
8c31bd4c68
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ class UserCreate extends Command
|
||||||
* @return mixed
|
* @return mixed
|
||||||
*/
|
*/
|
||||||
public function handle()
|
public function handle()
|
||||||
{
|
{
|
||||||
$this->info('Creating a new user...');
|
$this->info('Creating a new user...');
|
||||||
|
|
||||||
$o = $this->options();
|
$o = $this->options();
|
||||||
|
|
Loading…
Reference in a new issue