Skip to content

Commit

Permalink
events: removed magic
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Sep 12, 2021
1 parent b0a99f6 commit 1ce3601
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -16,7 +16,7 @@
],
"require": {
"php": ">=7.2 <8.2",
"nette/utils": "^3.1.4 || ^4.0"
"nette/utils": "^3.2.1 || ^4.0"
},
"require-dev": {
"nette/tester": "^2.3 || ^2.4",
Expand Down
2 changes: 1 addition & 1 deletion src/Schema/Processor.php
Expand Up @@ -98,6 +98,6 @@ private function createContext()
{
$this->context = new Context;
$this->context->skipDefaults = $this->skipDefaults;
$this->onNewContext($this->context);
Nette\Utils\Arrays::invoke($this->onNewContext, $this->context);
}
}

0 comments on commit 1ce3601

Please sign in to comment.