add(new Binary([ 'id', 'service_id', 'servicegroup_id', 'environment_id' ])); } public function createRelations(Relations $relations) { $relations->belongsTo('environment', Environment::class); $relations->belongsTo('servicegroup', Servicegroup::class); $relations->belongsTo('service', Service::class); } }