Update Redis namespace

This commit is contained in:
Daniel Supernault 2019-12-10 23:04:03 -07:00
parent fa8e0dca4d
commit c369882b48
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7
18 changed files with 30 additions and 18 deletions

View file

@ -10,7 +10,8 @@ use App\{
Profile,
UserFilter
};
use Auth, Cache, Redis;
use Auth, Cache;
use Illuminate\Support\Facades\Redis;
use App\Util\Site\Config;
use Illuminate\Http\Request;
use App\Services\SuggestionService;