Apply fixes from StyleCI

This commit is contained in:
HDVinnie
2019-02-22 13:16:32 +00:00
committed by StyleCI Bot
parent 3c87845e54
commit e0e1aa924b
55 changed files with 94 additions and 94 deletions
@@ -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;