mirror of
https://github.com/brunofontes/shareit.git
synced 2024-11-23 20:10:52 +00:00
Bug Fixing - forgot to add the use App\FlashMessage on AlertController
This commit is contained in:
parent
e22f49bc6a
commit
7637400ec7
@ -5,6 +5,7 @@ namespace App\Http\Controllers;
|
|||||||
use Auth;
|
use Auth;
|
||||||
use Mail;
|
use Mail;
|
||||||
use \App\User;
|
use \App\User;
|
||||||
|
use App\FlashMessage;
|
||||||
use \App\Mail\UserWaiting;
|
use \App\Mail\UserWaiting;
|
||||||
use Illuminate\Http\Request;
|
use Illuminate\Http\Request;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user