src/Jobs/Middleware/CheckEsiRouteStatus.php
Method handle
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function handle(EsiBase $job, Closure $next): void
{
// bypass control if the class is not related to ESI or is the ESI ping job
if ($job instanceof Esi) {
logger()->debug(