Indatus\Ranger\RangerServiceProvider::registerApiBaseController PHP Method

registerApiBaseController() protected method

    protected function registerApiBaseController()
    {
        $this->app->bind('api-base-controller', function ($app, $params) {
            return new ApiBaseController();
        });
    }