changed models

This commit is contained in:
2018-10-26 22:36:13 -05:00
parent dab3420ff5
commit adf109a0b0
15 changed files with 108 additions and 17 deletions

View File

@@ -6,7 +6,7 @@ use App\Http\Controllers\Controller;
use Illuminate\Foundation\Auth\AuthenticatesUsers;
use Socialite;
use Auth;
use App\User;
use App\Models\User;
use Seat\Eseye\Cache\NullCache;
use Seat\Eseye\Configuration;