Skip to content

Commit

Permalink
Removed irrelevant default Nette parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed May 12, 2019
1 parent 63c7d13 commit 6b65c31
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/DependencyInjection/Configurator.php
Expand Up @@ -22,4 +22,12 @@ protected function createLoader(): Loader
return $this->loaderFactory->createLoader();
}

/**
* @return mixed[]
*/
protected function getDefaultParameters(): array
{
return [];
}

}

0 comments on commit 6b65c31

Please sign in to comment.