File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2626 - name : " Set-up PHP"
2727 uses : shivammathur/setup-php@v2
2828 with :
29- php-version : 8.2
29+ php-version : 8.4
3030 coverage : none
31- tools : " composer:v2"
3231
3332 - name : Get composer cache directory
3433 id : composercache
9392 - name : Set-up PHP
9493 uses : shivammathur/setup-php@v2
9594 with :
96- php-version : 8.2
95+ php-version : 8.4
9796 coverage : none
9897
9998 - 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.
29322932 $bus->middleware()->id('App\Middleware\AnotherMiddleware');
29332933 };
29342934
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+
29352940.. _middleware-doctrine :
29362941
29372942Middleware for Doctrine
You can’t perform that action at this time.
0 commit comments