From c51bd4f9f3cb5e61c56a280c2e8945f7ad215c67 Mon Sep 17 00:00:00 2001 From: Asmir Mustafic Date: Thu, 18 Jan 2018 18:58:18 +0100 Subject: [PATCH] make global schema public --- src/SchemaReader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SchemaReader.php b/src/SchemaReader.php index 5fb1d66e..30d0e00c 100644 --- a/src/SchemaReader.php +++ b/src/SchemaReader.php @@ -1142,7 +1142,7 @@ private function loadImportFresh( /** * @return Schema */ - private function getGlobalSchema(): Schema + public function getGlobalSchema(): Schema { if (!($this->globalSchema instanceof Schema)) { $callbacks = array();