File tree 1 file changed +3
-3
lines changed
Filter options
1 file changed +3
-3
lines changed
Original file line number Diff line number Diff line change @@ -234,10 +234,10 @@ can be resolved by leveraging the
234
234
namespace App\Controller;
235
235
236
236
use Symfony\Component\HttpFoundation\Response;
237
+ use Symfony\Component\HttpFoundation\Session\SessionInterface;
237
238
use Symfony\Component\HttpKernel\Attribute\ValueResolver;
238
239
use Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver;
239
240
use Symfony\Component\Routing\Annotation\Route;
240
- use Symfony\Component\HttpFoundation\Session\SessionInterface;
241
241
242
242
class SessionController
243
243
{
@@ -274,9 +274,9 @@ By passing it to ``true``, you can disable the targeted resolver::
274
274
275
275
use App\ArgumentResolver\EagerValueResolver;
276
276
use Symfony\Component\HttpFoundation\Response;
277
+ use Symfony\Component\HttpFoundation\Session\SessionInterface;
277
278
use Symfony\Component\HttpKernel\Attribute\ValueResolver;
278
279
use Symfony\Component\Routing\Annotation\Route;
279
- use Symfony\Component\HttpFoundation\Session\SessionInterface;
280
280
281
281
class SessionController
282
282
{
@@ -414,7 +414,7 @@ but you can set it yourself to change its ``priority`` or ``name`` attributes.
414
414
<!-- ... -->
415
415
416
416
<service id =" App\ValueResolver\BookingIdValueResolver" >
417
- <tag name =" booking_id" priority =" 150" / >controller.argument_value_resolver</tag >
417
+ <tag name =" booking_id" priority =" 150" >controller.argument_value_resolver</tag >
418
418
</service >
419
419
</services >
420
420
You can’t perform that action at this time.
0 commit comments