Skip to content

Commit 302460f

Browse files
committed
Merge branch 'master' of github.com:beyondcode/laravel-self-diagnosis
2 parents 5f631eb + b2509ee commit 302460f

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)