File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -289,15 +289,15 @@ could look something like this::
289
289
290
290
There are 2 major deviations from the original file:
291
291
292
- Line 15
292
+ Line 18
293
293
First of all, ``$kernel `` is made globally available. This allows you to use
294
294
Symfony features inside your existing application and gives access to
295
295
services configured in our Symfony application. This helps you prepare your
296
296
own code to work better within the Symfony application before you transition
297
297
it over. For instance, by replacing outdated or redundant libraries with
298
298
Symfony components.
299
299
300
- Line 38 - 47
300
+ Line 41 - 50
301
301
Instead of sending the Symfony response directly, a ``LegacyBridge `` is
302
302
called to decide whether the legacy application should be booted and used to
303
303
create the response instead.
You can’t perform that action at this time.
0 commit comments