Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2023-10-25 11:12:48 +00:00
committed by RafficMohammed
parent 78debd2513
commit fb020f5d20
2 changed files with 2 additions and 2 deletions

View File

@@ -3,11 +3,11 @@
namespace App\Console\Commands;
use App\Model\helpdesk\Settings\System;
use Database\Seeders\v_2_0_0\DatabaseSeeder;
use Illuminate\Console\Command;
use Illuminate\Support\Facades\Artisan;
use Illuminate\Support\Facades\Config;
use Illuminate\Support\Facades\DB;
use Database\Seeders\v_2_0_0\DatabaseSeeder;
class SetupTestEnv extends Command
{

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
{