middleware issues

This commit is contained in:
2018-12-06 21:31:53 -06:00
parent 521a441bc3
commit a18041f5d2

View File

@@ -7,7 +7,7 @@ use Illuminate\Contracts\Auth\Access\Gate as GateContract;
use Illuminate\Foundation\Support\Providers\AuthServiceProvider as ServiceProvider;
use DB;
use \App\Models\UserRole;
use App\Models\User\UserRole;
class AuthServiceProvider extends ServiceProvider
{