From 51b9b649c7ff5459fa72e8eb63c6026f28e32385 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Thu, 26 Sep 2024 17:28:48 +1200 Subject: [PATCH] ENH Update config to reflect changes in CLI interaction (#112) --- README.md | 2 +- _config.php | 70 -------------------------- _config/routes.yml | 8 ++- src/Controllers/DevCheckController.php | 4 ++ 4 files changed, 8 insertions(+), 76 deletions(-) delete mode 100644 _config.php diff --git a/README.md b/README.md index bddc32b..c00d5c3 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ SilverStripe\EnvironmentCheck\EnvironmentCheckSuite: * `HasClassCheck`: Check that the given class exists. This can be used to check that PHP modules or features are installed. * `FileWriteableCheck`: Check that the given file is writeable. - * `FileAccessibilityAndValidationCheck`: Check that a given file is accessible and optionally matches a given format. + * `FileAccessibilityAndValidationCheck`: Check that a given file is accessible and optionally matches a given format. * `FileAgeCheck`: Checks for the maximum age of one or more files or folders. Useful for files which should be frequently auto-generated, like static caches, as well as for backup files and folders. diff --git a/_config.php b/_config.php deleted file mode 100644 index 294ccc0..0000000 --- a/_config.php +++ /dev/null @@ -1,70 +0,0 @@ - 'index', + ]; + /** * @var array */