Changes to phone, add Active/Archive to echomail list for nets

This commit is contained in:
2023-07-06 09:35:15 +10:00
parent 0f7a42c503
commit d6aafa4322
4 changed files with 18 additions and 10 deletions

View File

@@ -127,11 +127,6 @@ class System extends Model
}
}
public function getPhoneAttribute(string $val): string
{
return $val ?: '-Unpublished-';
}
/* METHODS */
public function echoareas()