Make sure login form shows errors again.

This commit is contained in:
James Cole
2020-01-01 15:34:38 +01:00
parent 48a1ad3381
commit 18442a3caa
11 changed files with 312 additions and 20 deletions

View File

@@ -31,6 +31,14 @@ use Illuminate\Support\Facades\Route;
*/
class RouteServiceProvider extends ServiceProvider
{
/**
* The path to the "home" route for your application.
*
* @var string
*/
public const HOME = '/';
/**
* This namespace is applied to your controller routes.
*