BenConstable\Localize\Determiners\Host::__construct PHP Method

__construct() public method

Constructor.
public __construct ( Collection $hostMapping ) : void
$hostMapping Illuminate\Support\Collection Locale to host mapping
return void
    public function __construct(Collection $hostMapping)
    {
        $this->hostMapping = $hostMapping;
    }