- fixed missing function arg, #297
This commit is contained in:
@@ -209,7 +209,7 @@ class ConnectionModel extends BasicModel{
|
||||
$this->setDefaultTypeData();
|
||||
}
|
||||
|
||||
return parent::beforeInsertEvent();
|
||||
return parent::beforeInsertEvent($self, $pkeys);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user