Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
private_message
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
private_message
Merge requests
!57
Issue
#3337216
: DI problems
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3337216
: DI problems
issue/private_message-3337216:3337216-di-problems
into
3.0.x
Overview
0
Commits
11
Pipelines
6
Changes
1
Merged
Taras Kravchuk
requested to merge
issue/private_message-3337216:3337216-di-problems
into
3.0.x
2 years ago
Overview
0
Commits
11
Pipelines
6
Changes
1
Expand
0
0
Merge request reports
Viewing commit
8f8531d2
Prev
Next
Show latest version
1 file
+
0
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
8f8531d2
Fix phpcs issue.
· 8f8531d2
Adrian Lorenc
authored
4 months ago
src/Controller/AjaxController.php
+
0
−
1
Options
@@ -21,7 +21,6 @@ use Drupal\private_message\Ajax\PrivateMessageInsertThreadCommand;
use
Drupal\private_message
\Ajax\PrivateMessageMemberUsernameValidatedCommand
;
use
Drupal\private_message
\Ajax\PrivateMessageMembersAutocompleteResponseCommand
;
use
Drupal\private_message
\Ajax\PrivateMessageUpdateUnreadItemsCountCommand
;
use
Drupal\private_message
\Entity\PrivateMessageThread
;
use
Drupal\private_message
\Service\PrivateMessageBanManagerInterface
;
use
Drupal\private_message
\Service\PrivateMessageServiceInterface
;
use
Symfony\Component\DependencyInjection\ContainerInterface
;
Loading