Skip to content

Commit

Permalink
Fix invalid name of extension class, accidentally omitted Module word
Browse files Browse the repository at this point in the history
  • Loading branch information
rootpd committed Oct 5, 2020
1 parent ce6dae2 commit ebae53c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Nette\DI\Compiler;
use Nette\DI\CompilerExtension;

class AppleAppstoreExtension extends CompilerExtension implements ITranslationProvider
class AppleAppstoreModuleExtension extends CompilerExtension implements ITranslationProvider
{
public function loadConfiguration()
{
Expand Down

0 comments on commit ebae53c

Please sign in to comment.