Skip to content

Commit

Permalink
events: removed magic
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Feb 24, 2021
1 parent 67f5371 commit 88ad334
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"require": {
"php": ">=7.2 <8.1",
"nette/utils": "^3.1.4"
"nette/utils": "^3.2.1"
},
"require-dev": {
"nette/tester": "^2.2",
Expand Down
2 changes: 1 addition & 1 deletion src/Schema/Processor.php
Original file line number Diff line number Diff line change
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 88ad334

Please sign in to comment.