Skip to content

Commit cfeb435

Browse files
committed
软删除调整
1 parent 46938e1 commit cfeb435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/model/concern/SoftDelete.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public function delete(): bool
102102
$this->withEvent(true);
103103

104104
$this->trigger('AfterDelete');
105-
$this->exists = false;
105+
$this->exists(false);
106106
$this->clear();
107107
return true;
108108
}

0 commit comments

Comments
 (0)