Skip to content

Commit

Permalink
Merge pull request #384 from aneip/master
Browse files Browse the repository at this point in the history
Allow Laravel Container to resolve the correct config/repository class
  • Loading branch information
stevebauman authored Jan 24, 2022
2 parents 4121d37 + 6310978 commit 364444f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/ImportLdapUsers.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace LdapRecord\Laravel\Commands;

use Illuminate\Config\Repository;
use Illuminate\Console\Command;
Use Illuminate\Contracts\Config\Repository;
use Illuminate\Support\Facades\Auth;
use Illuminate\Support\Facades\Event;
use LdapRecord\Laravel\Auth\DatabaseUserProvider;
Expand Down

0 comments on commit 364444f

Please sign in to comment.