ok

Mini Shell

Direktori : /home2/selectio/public_html/fms-worksuite/app/Http/Middleware/
Upload File :
Current File : /home2/selectio/public_html/fms-worksuite/app/Http/Middleware/TrustHosts.php

<?php

namespace App\Http\Middleware;

use Illuminate\Http\Middleware\TrustHosts as Middleware;

class TrustHosts extends Middleware
{

    /**
     * Get the host patterns that should be trusted.
     *
     * @return array
     */
    public function hosts()
    {
        return [
            $this->allSubdomainsOfApplicationUrl(),
        ];
    }

}

Zerion Mini Shell 1.0