fix bug at binding email

This commit is contained in:
printempw 2016-11-05 20:11:31 +08:00
parent 4e6cd56c39
commit ea1948dc59

View File

@ -5,6 +5,7 @@ namespace App\Http\Middleware;
use App;
use View;
use Http;
use Cookie;
use Session;
use App\Models\User;
use App\Exceptions\PrettyPageException;