We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a58636 commit aab9ec6Copy full SHA for aab9ec6
README.md
@@ -632,7 +632,7 @@ function __lang($key){
632
// To make this Laravel kind of language, we can add the default value to be returned as the key
633
// Do not forget that it starts from your root base directory, as the Package already has your root path
634
635
- return config("en/message.{$key}", "message.{$key}", 'lang');
+ return Server()->config("en/message.{$key}", "message.{$key}", 'lang');
636
}
637
638
0 commit comments