wesmiler 2 tháng trước cách đây
mục cha
commit
43bccb2501
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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).')':'';
     }