modify plugin name
This commit is contained in:
@@ -209,7 +209,7 @@ class Model extends Base\Model
|
|||||||
if (empty($primary) || !$this->hasPrimaryValue()) {
|
if (empty($primary) || !$this->hasPrimaryValue()) {
|
||||||
return $this->addError("Only primary key operations are supported.", 'mysql');
|
return $this->addError("Only primary key operations are supported.", 'mysql');
|
||||||
}
|
}
|
||||||
if (!$this->beforeDelete()) {
|
if ($this->beforeDelete()) {
|
||||||
$result = static::deleteByCondition([$primary => $this->getPrimaryValue()]);
|
$result = static::deleteByCondition([$primary => $this->getPrimaryValue()]);
|
||||||
Coroutine::create(function () use ($result) {
|
Coroutine::create(function () use ($result) {
|
||||||
$this->afterDelete($result);
|
$this->afterDelete($result);
|
||||||
|
|||||||
Reference in New Issue
Block a user