hauling controller

This commit is contained in:
2019-09-28 01:14:36 -05:00
parent 95cfaa806a
commit f01aded0df
3 changed files with 18 additions and 2 deletions

View File

@@ -20,5 +20,6 @@ class SolarSystem extends Model
protected $fillable = [
'name',
'solar_system_id',
'security_status',
];
}