Enabled address undelete and purge, now showing systems deleted messages

This commit is contained in:
Deon George
2022-11-19 12:02:13 +11:00
parent 739955d374
commit 5957a25044
6 changed files with 69 additions and 14 deletions

View File

@@ -35,6 +35,7 @@ class System extends Model
public function addresses()
{
return $this->hasMany(Address::class)
->withTrashed()
->FTNorder();
}