Вход Регистрация
Файл: app/Http/Middleware/PreventRequestsDuringMaintenance.php
Строк: 22
<?php

namespace AppHttpMiddleware;

use 
IlluminateFoundationHttpMiddlewarePreventRequestsDuringMaintenance as Middleware;

class 
PreventRequestsDuringMaintenance extends Middleware
{
    
/**
     * The URIs that should be reachable while maintenance mode is enabled.
     *
     * @var array<int, string>
     */
    
protected $except = [
        
//
    
];
}
Онлайн: 4
Реклама