eric2h 4 лет назад
Родитель
Сommit
225f392414
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      app/Owner.php

+ 2 - 2
app/Owner.php

@@ -65,9 +65,9 @@ class Owner extends Model
 
     /**
      * 退货管理里,客户审核的代码,是拼音+日期+计数,计数的后缀就是checking_count
-     * @return mixed
+     *
      */
-    public function getIncreasedCheckingCount(): mixed
+    public function getIncreasedCheckingCount()
     {
         $this['checking_count']=$this['checking_count']+1;
         $this->update();