use correct Cookie dependency
This commit is contained in:
parent
e33273e360
commit
c8c965384d
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ namespace App\Http\Middleware;
|
|||
|
||||
use App\Libraries\MultiDB;
|
||||
use Closure;
|
||||
use Symfony\Component\HttpFoundation\Cookie;
|
||||
use Cookie;
|
||||
|
||||
class SetWebDb
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue