I tried to detect in afterSave if the model was soft deleted but i can't because it always return true even I deleted it
public function afterSave($insert, $changedAttributes) { var_dump($this->_rt_softdelete); parent::afterSave($insert, $changedAttributes); }