master

laravel/framework

Last updated at: 29/12/2023 09:23

CheckForMaintenanceMode.php

TLDR

The CheckForMaintenanceMode class extends the PreventRequestsDuringMaintenance class and does not contain any additional methods.

Classes

CheckForMaintenanceMode

This class extends the PreventRequestsDuringMaintenance class and is responsible for checking if the application is in maintenance mode. It does not contain any additional methods.

<?php

namespace Illuminate\Foundation\Http\Middleware;

class CheckForMaintenanceMode extends PreventRequestsDuringMaintenance
{
    //
}