Skip to content

Conversation

MattApril
Copy link

Fixes issue #8

To customize the UserProvider you can add the following binding into your own service provider:

$this->app->when(IntrospectionController::class)
    ->needs(UserProvider::class)
    ->give(function(){
        return new MyUserProvider();
    });

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant