mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 06:34:34 -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 App\Libraries\MultiDB;
|
||||||
use Closure;
|
use Closure;
|
||||||
use Symfony\Component\HttpFoundation\Cookie;
|
use Cookie;
|
||||||
|
|
||||||
class SetWebDb
|
class SetWebDb
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user