mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-05-03 00:40:12 -05:00
Apply fixes from StyleCI
This commit is contained in:
@@ -13,11 +13,11 @@
|
||||
namespace App\Http\Controllers\Auth;
|
||||
|
||||
use App\Models\Application;
|
||||
use App\Models\ApplicationUrlProof;
|
||||
use Brian2694\Toastr\Toastr;
|
||||
use Illuminate\Http\Request;
|
||||
use App\Models\ApplicationImageProof;
|
||||
use App\Models\ApplicationUrlProof;
|
||||
use App\Http\Controllers\Controller;
|
||||
use App\Models\ApplicationImageProof;
|
||||
|
||||
class ApplicationController extends Controller
|
||||
{
|
||||
|
||||
@@ -13,18 +13,18 @@
|
||||
|
||||
namespace App\Http\Controllers\Auth;
|
||||
|
||||
use Carbon\Carbon;
|
||||
use App\Models\User;
|
||||
use App\Models\Group;
|
||||
use App\Models\Invite;
|
||||
use Carbon\Carbon;
|
||||
use App\Models\UserPrivacy;
|
||||
use App\Rules\Captcha;
|
||||
use App\Models\PrivateMessage;
|
||||
use App\Models\UserActivation;
|
||||
use App\Models\UserNotification;
|
||||
use App\Models\UserPrivacy;
|
||||
use Brian2694\Toastr\Toastr;
|
||||
use Illuminate\Http\Request;
|
||||
use App\Models\PrivateMessage;
|
||||
use App\Models\UserActivation;
|
||||
use App\Jobs\SendActivationMail;
|
||||
use App\Models\UserNotification;
|
||||
use App\Http\Controllers\Controller;
|
||||
use App\Repositories\ChatRepository;
|
||||
use Illuminate\Support\Facades\Hash;
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
namespace App\Http\Controllers\Auth;
|
||||
|
||||
use App\Models\Group;
|
||||
use App\Models\UserActivation;
|
||||
use Illuminate\Support\Str;
|
||||
use App\Models\UserActivation;
|
||||
use App\Http\Controllers\Controller;
|
||||
use Illuminate\Foundation\Auth\ResetsPasswords;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user