From 0f76920c244eabbec328e40c324a9b38fb0e909d Mon Sep 17 00:00:00 2001 From: azjezz Date: Mon, 15 Mar 2021 03:16:14 +0100 Subject: [PATCH] use bootstrap in documenter instead of autoloading --- docs/documenter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documenter.php b/docs/documenter.php index 1289027..ba9cf34 100644 --- a/docs/documenter.php +++ b/docs/documenter.php @@ -10,7 +10,7 @@ use Psl\Str; use Psl\Type; use Psl\Vec; -require_once __DIR__ . "/../vendor/autoload.php"; +require_once __DIR__ . "/../src/bootstrap.php"; (static function (array $args) { $documentation_file = __DIR__ . "/README.md";