diff --git a/backend/.gitignore b/backend/.gitignore index a67f91e..1506387 100644 --- a/backend/.gitignore +++ b/backend/.gitignore @@ -1,4 +1,3 @@ - ###> symfony/framework-bundle ### /.env.local /.env.local.php diff --git a/backend/public/index.php b/backend/public/index.php index 707599f..508a169 100644 --- a/backend/public/index.php +++ b/backend/public/index.php @@ -3,8 +3,6 @@ declare(strict_types=1); use App\Kernel; -use Redis; -$r = new Redis(); require_once dirname(__DIR__).'/vendor/autoload_runtime.php';