AdamWathan\EloquentOAuthL5\EloquentOAuthServiceProvider::configureOAuthIdentitiesTable PHP Method

configureOAuthIdentitiesTable() protected method

    protected function configureOAuthIdentitiesTable()
    {
        OAuthIdentity::configureTable($this->app['config']['eloquent-oauth.table']);
    }