Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F4025033
D452.id1096.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D452.id1096.diff
View Options
diff --git a/app/Http/Controllers/Auth/AuthController.php b/app/Http/Controllers/Auth/AuthController.php
--- a/app/Http/Controllers/Auth/AuthController.php
+++ b/app/Http/Controllers/Auth/AuthController.php
@@ -13,8 +13,8 @@
use Config;
use Route;
-class AuthController extends Controller implements RegistrarContract
-{
+class AuthController extends Controller implements RegistrarContract {
+
/*
|--------------------------------------------------------------------------
| Registration & Login Controller
@@ -66,10 +66,10 @@
}
/**
- * Gets a specific authentication route
+ * Gets a specific authentication route.
*
* @param $action The authentication action (e.g. login)
- * @return string The route URL (e.g. /auth/loin)
+ * @return string The route URL (e.g. /auth/login)
*/
public static function getRoute ($action) {
$prefix = static::getRoutePrefix();
@@ -107,4 +107,5 @@
Route::get($auth . '/reset/{token?}', ['as' => 'auth.password.reset', 'uses' => 'Auth\PasswordController@getReset']);
Route::post($auth . '/reset', ['as' => 'auth.password.reset', 'uses' => 'Auth\PasswordController@reset']);
}
+
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 21, 05:14 (20 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2364466
Default Alt Text
D452.id1096.diff (1 KB)
Attached To
Mode
D452: Improve AuthController style and comments
Attached
Detach File
Event Timeline
Log In to Comment