Skip to content

Commit 80942c2

Browse files
committed
Fix dir bug
1 parent 5a520d7 commit 80942c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Lang.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class Lang
1111
public const FR = 'fr';
1212
public const EN = 'en';
1313

14-
private const FILE_LOC = '../lang/';
14+
private const FILE_LOC = __DIR__ . '/../lang/';
1515

1616
public static string $lang = self::AUTO;
1717

0 commit comments

Comments
 (0)