Skip to content

Commit

Permalink
make global schema public
Browse files Browse the repository at this point in the history
  • Loading branch information
goetas committed Jan 18, 2018
1 parent 26cc594 commit c51bd4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SchemaReader.php
Expand Up @@ -1142,7 +1142,7 @@ private function loadImportFresh(
/**
* @return Schema
*/
private function getGlobalSchema(): Schema
public function getGlobalSchema(): Schema
{
if (!($this->globalSchema instanceof Schema)) {
$callbacks = array();
Expand Down

0 comments on commit c51bd4f

Please sign in to comment.