Skip to content

Commit

Permalink
fix services
Browse files Browse the repository at this point in the history
  • Loading branch information
protitude committed Apr 25, 2024
1 parent 01d3dd0 commit c53f806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servicenow.services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
arguments: ['@servicenow.api.call']
servicenow.princess.list:
class: Drupal\servicenow\Plugin\PrincessList
arguments: ['@database', '@servicenow.fetch.settings', '@servicenow.api.call', '@oit.teamsalert', '@logger.factory']
arguments: ['@database', '@servicenow.fetch.settings', '@servicenow.api.call', '@oit.teamsalert', '@logger.factory', '@state']
servicenow.lookup.princess:
class: Drupal\servicenow\Plugin\LookupPrincess
arguments: ['@servicenow.princess.list']
Expand Down

0 comments on commit c53f806

Please sign in to comment.