コード例 #1
0
ファイル: System.php プロジェクト: HejVkt/auto.only3.ru
 public function afterDelete()
 {
     $Account = Account::findOne(['id' => $this->account_id]);
     $Account->setAttribute('count_autos', self::getAccountCountAutos($this->account_id));
     $Account->save();
     return parent::afterDelete();
 }