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
Compare
version 8
version 10
48aa4c49
4 months ago
version 9
8f8531d2
4 months ago
version 8
167a37c2
4 months ago
version 7
53dc0918
4 months ago
version 6
4bbaf1e7
4 months ago
version 5
09a1633b
4 months ago
version 4
24fe718b
1 year ago
version 3
62ffc162
2 years ago
version 2
f7978ac9
2 years ago
version 1
4bca51eb
2 years ago
3.0.x (base)
and
version 9
latest version
48aa4c49
11 commits,
4 months ago
version 10
48aa4c49
11 commits,
4 months ago
version 9
8f8531d2
10 commits,
4 months ago
version 8
167a37c2
9 commits,
4 months ago
version 7
53dc0918
8 commits,
4 months ago
version 6
4bbaf1e7
7 commits,
4 months ago
version 5
09a1633b
6 commits,
4 months ago
version 4
24fe718b
5 commits,
1 year ago
version 3
62ffc162
4 commits,
2 years ago
version 2
f7978ac9
3 commits,
2 years ago
version 1
4bca51eb
1 commit,
2 years ago
Show latest version
1 file
+
0
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
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