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

@ -3,7 +3,8 @@
namespace App\Http\Controllers\Settings;
use Illuminate\Http\Request;
use Cookie, Redis;
use Cookie;
use Illuminate\Support\Facades\Redis;
use App\Services\SuggestionService;
trait LabsSettings {