Collective\Remote\RemoteManager::__construct PHP Метод

__construct() публичный Метод

Create a new remote manager instance.
public __construct ( Illuminate\Contracts\Container\Container $app )
$app Illuminate\Contracts\Container\Container
    public function __construct(Container $app)
    {
        $this->app = $app;
    }