Skip to content

Commit aab9ec6

Browse files
readme update
1 parent 5a58636 commit aab9ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ function __lang($key){
632632
// To make this Laravel kind of language, we can add the default value to be returned as the key
633633
// Do not forget that it starts from your root base directory, as the Package already has your root path
634634
635-
return config("en/message.{$key}", "message.{$key}", 'lang');
635+
return Server()->config("en/message.{$key}", "message.{$key}", 'lang');
636636
}
637637
638638

0 commit comments

Comments
 (0)