From 8c31bd4c682496425f289b9eabe548116d7aac9e Mon Sep 17 00:00:00 2001
From: Shlee <github@shl.ee>
Date: Sun, 5 Jun 2022 15:20:57 +0930
Subject: [PATCH] Update UserCreate.php

---
 app/Console/Commands/UserCreate.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/Console/Commands/UserCreate.php b/app/Console/Commands/UserCreate.php
index 8dbc583b8..00616af65 100644
--- a/app/Console/Commands/UserCreate.php
+++ b/app/Console/Commands/UserCreate.php
@@ -37,7 +37,7 @@ class UserCreate extends Command
      * @return mixed
      */
     public function handle()
-    {        
+    {
         $this->info('Creating a new user...');
 
         $o = $this->options();