Skip to content

Commit 8a85d54

Browse files
Modify config file name
1 parent d5c0a3e commit 8a85d54

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

src/Helpers/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Config
1515
*/
1616
public static function getContentsFile(string $fileName): array
1717
{
18-
$filePath = realpath(__DIR__ . '/../configs/' . $fileName . '.php');
18+
$filePath = realpath(__DIR__ . '/../config/' . $fileName . '.php');
1919

2020
if (! $filePath) {
2121
throw new ConfigFileNotFoundException(
File renamed without changes.

0 commit comments

Comments
 (0)