feat: updates
This commit is contained in:
@@ -24,13 +24,13 @@ class Client extends Model
|
||||
return $this->lname.', '.$this->fname.' '.$this->mname;
|
||||
}
|
||||
|
||||
public function getVatableAttribute()
|
||||
public function getVatableAttribute(): bool
|
||||
{
|
||||
return $this->type->type == 'Vatable' ? true : false;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get all of the branches for the Client
|
||||
* Get all the branches for the Client
|
||||
*/
|
||||
public function branches(): HasMany
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user