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::
289289
290290There are 2 major deviations from the original file:
291291
292- Line 15
292+ Line 18
293293 First of all, ``$kernel `` is made globally available. This allows you to use
294294 Symfony features inside your existing application and gives access to
295295 services configured in our Symfony application. This helps you prepare your
296296 own code to work better within the Symfony application before you transition
297297 it over. For instance, by replacing outdated or redundant libraries with
298298 Symfony components.
299299
300- Line 38 - 47
300+ Line 41 - 50
301301 Instead of sending the Symfony response directly, a ``LegacyBridge `` is
302302 called to decide whether the legacy application should be booted and used to
303303 create the response instead.
You can’t perform that action at this time.
0 commit comments