mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
fix: the error message
Co-authored-by: John Paul E. Balandan, CPA <51850998+paulbalandan@users.noreply.github.com>
This commit is contained in:
parent
3a1772affb
commit
d85a4fdece
@ -27,5 +27,5 @@ return [
|
||||
'fieldNotExists' => 'Field `{0}` not found.',
|
||||
'forEmptyInputGiven' => 'Empty statement is given for the field `{0}`',
|
||||
'forFindColumnHaveMultipleColumns' => 'Only single column allowed in Column name.',
|
||||
'methodNotAvailable' => 'You cannot use `{1}` in `{0}`. The CodeIgniter\Model is not the Query Builder.',
|
||||
'methodNotAvailable' => 'You cannot use `{1}` in `{0}`. This is a method of the `Query Builder` class.',
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user