Skip to content

Commit

Permalink
Merge pull request #351 from jeremykenedy/analysis-D2Lv59
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
jeremykenedy authored Apr 1, 2020
2 parents 146a438 + 1815887 commit f3a19b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Http/Controllers/Auth/ActivateController.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ public static function activeRedirect($user, $currentRoute)
->with('message', $message);
}


return redirect()->route(self::getUserHomeRoute())
->with('status', 'info')
->with('message', $message);
Expand Down

0 comments on commit f3a19b7

Please sign in to comment.