diff --git a/config/config.php b/config/config.php index e43bb26..bae3ac2 100644 --- a/config/config.php +++ b/config/config.php @@ -11,9 +11,8 @@ \BeyondCode\SelfDiagnosis\Checks\PhpExtensionsAreInstalled::class, \BeyondCode\SelfDiagnosis\Checks\EnvFileExists::class, \BeyondCode\SelfDiagnosis\Checks\ExampleEnvironmentVariablesAreSet::class, - \BeyondCode\SelfDiagnosis\Checks\EnvFileExists::class, \BeyondCode\SelfDiagnosis\Checks\DirectoriesHaveCorrectPermissions::class, \BeyondCode\SelfDiagnosis\Checks\StorageDirectoryIsLinked::class, ] -]; \ No newline at end of file +];