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

namespace AppHttpMiddleware;

use 
IlluminateHttpMiddlewareTrustHosts as Middleware;

class 
TrustHosts extends Middleware
{
    
/**
     * Get the host patterns that should be trusted.
     *
     * @return array<int, string|null>
     */
    
public function hosts()
    {
        return [
            
$this->allSubdomainsOfApplicationUrl(),
        ];
    }
}
Онлайн: 4
Реклама