Cviebrock\LaravelElasticsearch\LumenManager::__construct PHP Method

__construct() public method

public __construct ( Illuminate\Contracts\Foundation\Application $app, Factory $factory )
$app Illuminate\Contracts\Foundation\Application
$factory Factory
    public function __construct($app, Factory $factory)
    {
        $this->app = $app;
        $this->factory = $factory;
    }