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.
2 parents 5f631eb + b2509ee commit 302460fCopy full SHA for 302460f
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