You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Model.php
+23Lines changed: 23 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -140,6 +140,29 @@ private static function _get_model_info() {
140
140
returnself::_error(self::get_name().' must be registered with it\'s corresponding table name and database. Use \Models\\'.self::get_name().'::register($db, $table)');
0 commit comments