We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1002d9 commit e516ac3Copy full SHA for e516ac3
1 file changed
system/Language/en/Database.php
@@ -26,6 +26,7 @@
26
'featureUnavailable' => 'This feature is not available for the database you are using.',
27
'tableNotFound' => 'Table `{0}` was not found in the current database.',
28
'noPrimaryKey' => '`{0}` model class does not specify a Primary Key.',
29
+ 'noDateFormat' => '`{0}` model class does not have a valid dateFormat.',
30
'fieldNotExists' => 'Field `{0}` not found.',
31
'forEmptyInputGiven' => 'Empty statement is given for the field `{0}`',
32
'forFindColumnHaveMultipleColumns' => 'Only single column allowed in Column name.',
0 commit comments