AllanTatter\React\React::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( Illuminate\Contracts\Config\Repository $config )
$config Illuminate\Contracts\Config\Repository
    public function __construct(Config $config)
    {
        $this->config = $config;
        $this->url = $this->config->get('react.url');
        $this->port = $this->config->get('react.port');
    }