updated comment

This commit is contained in:
rahul shukla 2020-01-28 10:57:17 +05:30
parent 469ed35ede
commit e3e7c47b15
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ class CustomerAddress extends Model implements CustomerAddressContract
protected $fillable = ['customer_id' ,'address1', 'country', 'state', 'city', 'postcode', 'phone', 'default_address', 'first_name', 'last_name'];
/**
* Get the customer full name.
* Get the customer address full name.
*/
public function getNameAttribute()
{