Skip to content

Commit

Permalink
ExtensionsExtension: removed final [Closes #280]
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jun 1, 2022
1 parent cff3562 commit ef62458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DI/Extensions/ExtensionsExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/**
* Enables registration of other extensions in $config file
*/
final class ExtensionsExtension extends Nette\DI\CompilerExtension
class ExtensionsExtension extends Nette\DI\CompilerExtension
{
public function getConfigSchema(): Nette\Schema\Schema
{
Expand Down

0 comments on commit ef62458

Please sign in to comment.