t('Notificationcommand Envvar Command Id'), 'envvar_key' => t('Notificationcommand Envvar Key'), 'environment_id' => t('Notificationcommand Envvar Environment Id'), 'properties_checksum' => t('Notificationcommand Envvar Properties Checksum'), 'envvar_value' => t('Notificationcommand Envvar Value') ]; } public function createRelations(Relations $relations) { $relations->belongsTo('environment', Environment::class); $relations->belongsTo('notificationcommand', Notificationcommand::class) ->setCandidateKey('command_id'); } }