mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Add return statement for localization arrays.
This commit is contained in:
parent
da96ff3519
commit
c2883077a6
@ -1,3 +1,5 @@
|
||||
<?php
|
||||
|
||||
['languageKey' => 'The actual message to be shown.'];
|
||||
return [
|
||||
'languageKey' => 'The actual message to be shown.'
|
||||
];
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
[
|
||||
return [
|
||||
'languageKey' => [
|
||||
'nested' => [
|
||||
'key' => 'The actual message to be shown.',
|
||||
|
Loading…
x
Reference in New Issue
Block a user