79227351

Date: 2024-11-26 15:42:06
Score: 1.5
Natty:
Report link

Solution : replace

$middleware->append(StartSession::class);
$middleware->append(SetLocale::class);

by

$middleware->web([SetLocale::class]);

in bootstrap/app.php

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Steph74