Browse Source

fix comments

Francisco Daniel 7 years ago
parent
commit
30d0e2dcca
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/Http/Controllers/Auth/LoginController.php

+ 2 - 2
app/Http/Controllers/Auth/LoginController.php

@@ -14,14 +14,14 @@ class LoginController extends Controller
     |
     | This controller handles authenticating users for the application and
     | redirecting them to your home screen. The controller uses a trait
-    | to conveniently provide its functionality to your applications.
+    | to conveniently provide its functionality to your application.
     |
     */
 
     use AuthenticatesUsers;
 
     /**
-     * Where to redirect users after login / registration.
+     * Where to redirect users after login.
      *
      * @var string
      */