File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 26
26
- name : " Set-up PHP"
27
27
uses : shivammathur/setup-php@v2
28
28
with :
29
- php-version : 8.2
29
+ php-version : 8.4
30
30
coverage : none
31
- tools : " composer:v2"
32
31
33
32
- name : Get composer cache directory
34
33
id : composercache
93
92
- name : Set-up PHP
94
93
uses : shivammathur/setup-php@v2
95
94
with :
96
- php-version : 8.2
95
+ php-version : 8.4
97
96
coverage : none
98
97
99
98
- name : Fetch branch from where the PR started
Original file line number Diff line number Diff line change @@ -2932,6 +2932,11 @@ and a different instance will be created per bus.
2932
2932
$bus->middleware()->id('App\Middleware\AnotherMiddleware');
2933
2933
};
2934
2934
2935
+ .. tip ::
2936
+
2937
+ If you have installed the MakerBundle, you can use the ``make:messenger-middleware ``
2938
+ command to bootstrap the creation your own messenger middleware.
2939
+
2935
2940
.. _middleware-doctrine :
2936
2941
2937
2942
Middleware for Doctrine
You can’t perform that action at this time.
0 commit comments