Hopefully a fix to stop clrghouz creating systems called Discovered System

This commit is contained in:
Deon George 2023-09-19 22:16:25 +10:00
parent 11f9adf11a
commit 7fedf88d8c
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class System extends Model
$so = self::firstOrCreate([
'name' => self::default,
'sysop' => 'Unknown',
'location' => '',
'location' => 'Unknown',
'active' => TRUE,
]);
self::reguard();