fix bug at binding email
This commit is contained in:
parent
4e6cd56c39
commit
ea1948dc59
|
|
@ -5,6 +5,7 @@ namespace App\Http\Middleware;
|
||||||
use App;
|
use App;
|
||||||
use View;
|
use View;
|
||||||
use Http;
|
use Http;
|
||||||
|
use Cookie;
|
||||||
use Session;
|
use Session;
|
||||||
use App\Models\User;
|
use App\Models\User;
|
||||||
use App\Exceptions\PrettyPageException;
|
use App\Exceptions\PrettyPageException;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user