Auto create Domains/Zones as systems present their AKAs to us

This commit is contained in:
Deon George
2022-12-01 23:51:43 +11:00
parent 55a2a67b8d
commit d5d4a0d781
6 changed files with 112 additions and 9 deletions

View File

@@ -56,7 +56,7 @@ class Domain extends Model
/* ATTRIBUTES */
public function getHomePageAttribute(string $value): string
public function getHomePageAttribute(?string $value): string
{
//0xFD2FB528
return $this->castAttribute('homepage',$value) ?: 'No available information at the moment.';