LD 5 лет назад
Родитель
Сommit
501afc862f
1 измененных файлов с 0 добавлено и 3 удалено
  1. 0 3
      app/RejectedBill.php

+ 0 - 3
app/RejectedBill.php

@@ -116,9 +116,6 @@ class RejectedBill extends ModelExtended
         }
         return '';
     }
-    public function getCreatedAtShortAttribute(){
-        return $this['created_at']?$this['created_at_short']=$this['created_at']->format('m-d H:i:s'):'';
-    }
     public function getGoodsAmountAttribute(){
         $amount=0;
         $this->items->each(function (RejectedBillItem $item)use(&$amount){