Removing return type hint :(

parent adb4fa1c
...@@ -28,7 +28,7 @@ class TranslationLoader extends FileLoader ...@@ -28,7 +28,7 @@ class TranslationLoader extends FileLoader
* *
* @return array * @return array
*/ */
public function load($locale, $group, $namespace = null): array public function load($locale, $group, $namespace = null)
{ {
$fileTranslations = parent::load($locale, $group, $namespace); $fileTranslations = parent::load($locale, $group, $namespace);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment