wesmiler 2 месяцев назад
Родитель
Сommit
43bccb2501
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app/Models/MemberBankModel.php

+ 1 - 0
app/Models/MemberBankModel.php

@@ -31,6 +31,7 @@ class MemberBankModel extends BaseModel
 
     public function getBankTextAttribute()
     {
+        var_dump($this);
         return $this->account_name?substr($this->account_name).'('.substr($this->account,-4,4).')':'';
     }