Skip to content

Commit

Permalink
FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
tomitomas committed Aug 30, 2024
1 parent 6a99cab commit 03c198a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tomitomasEqLogicTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

trait tomitomasEqLogicTrait {

private static function getConfigFileContent($filePath) {
public static function getConfigFileContent($filePath) {
if (!file_exists($filePath)) {
throw new Exception(__("Fichier de configuration non trouvé", __FILE__) . ' ' . $filePath);
}
Expand Down

0 comments on commit 03c198a

Please sign in to comment.