download
raw
379 Bytes
<?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<int, string|null>
*/
public function hosts(): array
{
return [
$this->allSubdomainsOfApplicationUrl(),
];
}
}

Xet Storage Details

Size:
379 Bytes
·
Xet hash:
9fe4b8199bd4b63f9329fa2229e4a1cec614206e123f5cc170267656fb2cb92b

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.