Skip to content

Commit

Permalink
Remove security service
Browse files Browse the repository at this point in the history
  • Loading branch information
mattamon committed Oct 9, 2024
1 parent b13be37 commit a703aa5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Patcher/Service/PatchService.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ public function __construct(
private SynchronousProcessingServiceInterface $synchronousProcessingService,
private JobExecutionAgentInterface $jobExecutionAgent,
private ElementServiceInterface $elementService,
private AdapterLoaderInterface $adapterLoader,
private SecurityServiceInterface $securityService,
private AdapterLoaderInterface $adapterLoader
) {
}

Expand Down

0 comments on commit a703aa5

Please sign in to comment.