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