Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2023-10-25 11:12:48 +00:00
committed by KNaveenraj-ladybird
parent 5cbec3fd86
commit 329e8179ab
2 changed files with 2 additions and 2 deletions

View File

@@ -3,10 +3,10 @@
namespace Tests\Unit;
use App\User;
use Faker\Factory as FakerFactory;
use Illuminate\Support\Facades\Hash;
use Illuminate\Support\Str;
use Tests\TestCase;
use Faker\Factory as FakerFactory;
class ExampleTest extends TestCase
{