Skip to content

Commit

Permalink
Update DebugLogger reference
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Feb 10, 2024
1 parent 878fb19 commit 8ff1441
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/Controller/User/UserCreateAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
use UserFrosting\Sprinkle\Admin\Mail\PasswordEmail;
use UserFrosting\Sprinkle\Core\Exceptions\ValidationException;
use UserFrosting\Sprinkle\Core\I18n\SiteLocaleInterface;
use UserFrosting\Sprinkle\Core\Log\DebugLogger;
use UserFrosting\Sprinkle\Core\Log\DebugLoggerInterface;

/**
* Processes the request to create a new user (from the admin controls).
Expand Down Expand Up @@ -70,7 +70,7 @@ public function __construct(
protected PasswordEmail $passwordEmail,
protected UserInterface $userModel,
protected UserValidation $userValidation,
protected DebugLogger $debugLogger,
protected DebugLoggerInterface $debugLogger,
protected RequestDataTransformer $transformer,
protected ServerSideValidator $validator,
) {
Expand Down

0 comments on commit 8ff1441

Please sign in to comment.