We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09ae1b6 commit b2509eeCopy full SHA for b2509ee
config/config.php
@@ -11,9 +11,8 @@
11
\BeyondCode\SelfDiagnosis\Checks\PhpExtensionsAreInstalled::class,
12
\BeyondCode\SelfDiagnosis\Checks\EnvFileExists::class,
13
\BeyondCode\SelfDiagnosis\Checks\ExampleEnvironmentVariablesAreSet::class,
14
- \BeyondCode\SelfDiagnosis\Checks\EnvFileExists::class,
15
\BeyondCode\SelfDiagnosis\Checks\DirectoriesHaveCorrectPermissions::class,
16
\BeyondCode\SelfDiagnosis\Checks\StorageDirectoryIsLinked::class,
17
]
18
19
-];
+];
0 commit comments