Fixed e2e tests

This commit is contained in:
Constantin Graf
2024-04-02 15:54:00 +02:00
parent 2adbfba323
commit b4c0f0650a
2 changed files with 5 additions and 4 deletions

View File

@@ -4,8 +4,8 @@ declare(strict_types=1);
use App\Http\Controllers\Web\DashboardController;
use App\Http\Controllers\Web\HomeController;
use Illuminate\Foundation\Application;
use Illuminate\Support\Facades\Route;
use Inertia\Inertia;
/*
|--------------------------------------------------------------------------