Completed
Pull Request — master (#75)
by Johan
02:59
created
app/Containers/Authentication/UI/WEB/Controllers/Controller.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
      * @param \App\Containers\Authentication\UI\WEB\Requests\LoginRequest $request
30 30
      * @param \App\Containers\Authentication\Actions\WebAdminLoginAction  $action
31 31
      *
32
-     * @return  $this|\Illuminate\Contracts\View\Factory|\Illuminate\View\View
32
+     * @return  \Illuminate\Http\RedirectResponse
33 33
      */
34 34
     public function loginAdmin(LoginRequest $request, WebAdminLoginAction $action)
35 35
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use App\Containers\Authorization\Tasks\AttachRoleTask;
8 8
 use App\Containers\User\Actions\CreateUserAction;
9 9
 use Dingo\Api\Http\Response as DingoAPIResponse;
10
-
11 10
 use Illuminate\Http\Response;
12 11
 use Illuminate\Http\UploadedFile;
13 12
 use Illuminate\Support\Arr as LaravelArr;
Please login to merge, or discard this patch.