File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Writerside/topics/integrations Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ To work with Laravel HTTP kernel you can use specific
3838``` php
3939use Boson\Application;
4040use Boson\ApplicationCreateInfo;
41- use Boson\Bridge\Http\LaravelHttpAdapter;
41+ use Boson\Bridge\Laravel\ Http\LaravelHttpAdapter;
4242use Boson\WebView\Api\Schemes\Event\SchemeRequestReceived;
4343
4444// Create an application
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ corresponding adapter `Boson\Bridge\Psr\Http\Psr7HttpAdapter`.
3232``` php
3333use Boson\Application;
3434use Boson\ApplicationCreateInfo;
35- use Boson\Bridge\Http\Psr7HttpAdapter;
35+ use Boson\Bridge\Psr\ Http\Psr7HttpAdapter;
3636use Boson\WebView\Api\Schemes\Event\SchemeRequestReceived;
3737
3838// Create an application
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ To work with Symfony HTTP kernel you can use specific
3030``` php
3131use Boson\Application;
3232use Boson\ApplicationCreateInfo;
33- use Boson\Bridge\Http\SymfonyHttpAdapter;
33+ use Boson\Bridge\Symfony\ Http\SymfonyHttpAdapter;
3434use Boson\WebView\Api\Schemes\Event\SchemeRequestReceived;
3535
3636// Create an application
You can’t perform that action at this time.
0 commit comments