belongsTo(Domain::class); } public function system() { return $this->belongsTo(System::class); } }