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 d5c0a3e commit 8a85d54Copy full SHA for 8a85d54
src/Helpers/Config.php
@@ -15,7 +15,7 @@ class Config
15
*/
16
public static function getContentsFile(string $fileName): array
17
{
18
- $filePath = realpath(__DIR__ . '/../configs/' . $fileName . '.php');
+ $filePath = realpath(__DIR__ . '/../config/' . $fileName . '.php');
19
20
if (! $filePath) {
21
throw new ConfigFileNotFoundException(
src/configs/app.php src/config/app.phpsrc/configs/app.php renamed to src/config/app.php
src/configs/database.php src/config/database.phpsrc/configs/database.php renamed to src/config/database.php
0 commit comments