File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -555,8 +555,8 @@ so that the :doc:`HttpKernel component </components/http_kernel>` needs to be
555
555
installed in your application::
556
556
557
557
use Symfony\Component\HttpClient\CachingHttpClient;
558
- use Symfony\Component\HttpKernel\HttpCache\Store;
559
558
use Symfony\Component\HttpClient\HttpClient;
559
+ use Symfony\Component\HttpKernel\HttpCache\Store;
560
560
561
561
$store = new Store('/path/to/cache/storage/');
562
562
$client = HttpClient::create();
Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ using the ``DispatchAfterCurrentBusMiddleware`` and adding a
52
52
use App\Messenger\Event\UserRegistered;
53
53
use Doctrine\ORM\EntityManagerInterface;
54
54
use Symfony\Component\Messenger\Envelope;
55
- use Symfony\Component\Messenger\Stamp\DispatchAfterCurrentBusStamp;
56
55
use Symfony\Component\Messenger\MessageBusInterface;
56
+ use Symfony\Component\Messenger\Stamp\DispatchAfterCurrentBusStamp;
57
57
58
58
class RegisterUserHandler
59
59
{
You can’t perform that action at this time.
0 commit comments