fix: the error message

Co-authored-by: John Paul E. Balandan, CPA <51850998+paulbalandan@users.noreply.github.com>
This commit is contained in:
kenjis 2022-01-13 18:44:59 +09:00 committed by GitHub
parent 3a1772affb
commit d85a4fdece
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.',
];