added UserAccountTest

This commit is contained in:
Peter Papp
2021-03-02 17:24:13 +01:00
parent f95b3acbd2
commit 7f21755f5a
5 changed files with 41 additions and 26 deletions

View File

@@ -3,7 +3,7 @@
namespace App\Services;
use App\User;
use App\Models\User;
use Artisan;
use Illuminate\Http\Request;
use Illuminate\Support\Str;