updates to UI and add archiving option
This commit is contained in:
@@ -56,6 +56,7 @@ public function segments(): BelongsToMany
|
||||
public function account(): HasOne
|
||||
{
|
||||
return $this->hasOne(\App\Models\Account::class)
|
||||
->latestOfMany()
|
||||
->with('type');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user