DirectoryTree / LdapRecord-Laravel

Multi-domain LDAP Authentication & Management for Laravel.
https://ldaprecord.com/docs/laravel/v3
MIT License
509 stars 54 forks source link

Allow Laravel Container to resolve the correct config/repository class #384

Closed aneip closed 2 years ago

aneip commented 2 years ago

I'm using orchestra platform, when calling ImportLdapUsers command I will have the following error.

"Argument 2 passed to LdapRecord\Laravel\Commands\ImportLdapUsers::handle() must be an instance of Illuminate\Config\Repository, instance of Orchestra\Config\Repository given, called in /home/vagrant/mobility/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php on line 36"

This changes will allow the command running without error.

stevebauman commented 2 years ago

Thanks @aneip!