asd #2

Merged
lubiana merged 3 commits from main into feature/1_move-to-forgejo-actions 2023-12-01 21:20:22 +00:00
2 changed files with 0 additions and 2 deletions
Showing only changes of commit d2461fa000 - Show all commits

View file

@ -32,7 +32,6 @@ final class CachedResponse
/** @var Response|null $response */
$response = unserialize($serialized);
$event->response = $response;
$event->stopped = true;
}

View file

@ -29,7 +29,6 @@ final class CachedRouteCollector
/** @var Handler[] $routes */
$routes = unserialize(file_get_contents(self::ROUTES_DIR));
$event->routes = $routes;
$event->stopped = true;
}