From 0e43b3b63496cbb326d41f76bf3f2ef9bf83abde Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Willms <tleilax+github@gmail.com> Date: Mon, 8 Apr 2024 22:34:10 +0200 Subject: [PATCH] re #53 --- bootstrap.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bootstrap.php b/bootstrap.php index 8ec86c7..99fbeae 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -1,7 +1,2 @@ <?php -use Psr\Http\Client\ClientInterface; -use Studip\DIContainer; -use TracToGitlab\BytistConnector; -use TracToGitlab\TracLookup; - StudipAutoloader::addAutoloadPath(__DIR__ . '/lib', 'TracToGitlab'); -- GitLab