updated maintenance mode, commands and login

This commit is contained in:
denisdulici
2020-02-11 00:12:14 +03:00
parent 1b27e6fac8
commit b76698dbe1
7 changed files with 14 additions and 47 deletions

View File

@ -10,17 +10,6 @@ use Illuminate\Support\Facades\Password;
class Forgot extends Controller
{
/*
|--------------------------------------------------------------------------
| Password Reset Controller
|--------------------------------------------------------------------------
|
| This controller is responsible for handling password reset emails and
| includes a trait which assists in sending these notifications from
| your application to your users. Feel free to explore this trait.
|
*/
use SendsPasswordResetEmails;
/**