We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a520d7 commit 80942c2Copy full SHA for 80942c2
src/Lang.php
@@ -11,7 +11,7 @@ class Lang
11
public const FR = 'fr';
12
public const EN = 'en';
13
14
- private const FILE_LOC = '../lang/';
+ private const FILE_LOC = __DIR__ . '/../lang/';
15
16
public static string $lang = self::AUTO;
17
0 commit comments