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 2 additions and 0 deletions
Showing only changes of commit 1ce4f5526b - Show all commits

View file

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

View file

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