Skip to content

Commit

Permalink
Fixed invalid extension filename
Browse files Browse the repository at this point in the history
  • Loading branch information
kmadejski committed Aug 12, 2019
1 parent e555d61 commit 8841e32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ In this mode the site (or particular SiteAccess) will not be available for the e

- Install the bundle:
```bash
composer require kmadejski/ezplatform-maintenance-mode:dev-master
composer require kmadejski/ezplatform-maintenance-mode
```

- Enable the bundle in your `app/AppKernel.php` file:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
use Symfony\Component\DependencyInjection\Extension\Extension;
use Symfony\Component\DependencyInjection\Loader\YamlFileLoader;

final class EzSystemsEzPlatformMaintenanceExtension extends Extension
final class EzSystemsEzPlatformMaintenanceModeExtension extends Extension
{
/**
* Loads a specific configuration.
Expand Down

0 comments on commit 8841e32

Please sign in to comment.