Skip to content

Commit 274b010

Browse files
committed
cleanup
1 parent 4df7cc9 commit 274b010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaravelUsersServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function register()
3737
$this->mergeConfigFrom(__DIR__.'/config/'.$this->_packageTag.'.php', $this->_packageTag);
3838
$this->publishFiles();
3939
$this->app->make('jeremykenedy\laravelusers\App\Http\Controllers\UsersManagementController');
40-
$this->app->singleton(UsersManagementController::class, function () {
40+
$this->app->singleton(jeremykenedy\laravelusers\App\Http\Controllers\UsersManagementController\UsersManagementController::class, function () {
4141
return new App\Http\Controllers\UsersManagementController();
4242
});
4343
$this->app->alias(UsersManagementController::class, 'laravelusers');

0 commit comments

Comments
 (0)