From 8841e32a5cb5f289b438f9022cc644e4502e2912 Mon Sep 17 00:00:00 2001 From: Kamil Madejski Date: Mon, 12 Aug 2019 13:05:03 +0200 Subject: [PATCH] Fixed invalid extension filename --- README.md | 2 +- ...sion.php => EzSystemsEzPlatformMaintenanceModeExtension.php} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename src/bundle/DependencyInjection/{EzSystemsEzPlatformMaintenanceExtension.php => EzSystemsEzPlatformMaintenanceModeExtension.php} (93%) diff --git a/README.md b/README.md index 2896841..267d6f8 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/src/bundle/DependencyInjection/EzSystemsEzPlatformMaintenanceExtension.php b/src/bundle/DependencyInjection/EzSystemsEzPlatformMaintenanceModeExtension.php similarity index 93% rename from src/bundle/DependencyInjection/EzSystemsEzPlatformMaintenanceExtension.php rename to src/bundle/DependencyInjection/EzSystemsEzPlatformMaintenanceModeExtension.php index a90aca1..c4c8a3d 100644 --- a/src/bundle/DependencyInjection/EzSystemsEzPlatformMaintenanceExtension.php +++ b/src/bundle/DependencyInjection/EzSystemsEzPlatformMaintenanceModeExtension.php @@ -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.