Skip to content

Commit b2509ee

Browse files
authored
Remove duplicate check
1 parent 09ae1b6 commit b2509ee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

config/config.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@
1111
\BeyondCode\SelfDiagnosis\Checks\PhpExtensionsAreInstalled::class,
1212
\BeyondCode\SelfDiagnosis\Checks\EnvFileExists::class,
1313
\BeyondCode\SelfDiagnosis\Checks\ExampleEnvironmentVariablesAreSet::class,
14-
\BeyondCode\SelfDiagnosis\Checks\EnvFileExists::class,
1514
\BeyondCode\SelfDiagnosis\Checks\DirectoriesHaveCorrectPermissions::class,
1615
\BeyondCode\SelfDiagnosis\Checks\StorageDirectoryIsLinked::class,
1716
]
1817

19-
];
18+
];

0 commit comments

Comments
 (0)