mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
use correct Cookie dependency
This commit is contained in:
parent
e33273e360
commit
c8c965384d
@ -4,7 +4,7 @@ namespace App\Http\Middleware;
|
||||
|
||||
use App\Libraries\MultiDB;
|
||||
use Closure;
|
||||
use Symfony\Component\HttpFoundation\Cookie;
|
||||
use Cookie;
|
||||
|
||||
class SetWebDb
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user