Skip to content

Commit e516ac3

Browse files
authored
Add text for missing/invalid model dateFormat
1 parent d1002d9 commit e516ac3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

system/Language/en/Database.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
'featureUnavailable' => 'This feature is not available for the database you are using.',
2727
'tableNotFound' => 'Table `{0}` was not found in the current database.',
2828
'noPrimaryKey' => '`{0}` model class does not specify a Primary Key.',
29+
'noDateFormat' => '`{0}` model class does not have a valid dateFormat.',
2930
'fieldNotExists' => 'Field `{0}` not found.',
3031
'forEmptyInputGiven' => 'Empty statement is given for the field `{0}`',
3132
'forFindColumnHaveMultipleColumns' => 'Only single column allowed in Column name.',

0 commit comments

Comments
 (0)