Auto create Domains/Zones as systems present their AKAs to us
This commit is contained in:
@@ -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.';
|
||||
|
Reference in New Issue
Block a user