Skip to content

Commit

Permalink
Merge pull request #113 from reelivate/deprecation-notice-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KABBOUCHI authored Jan 18, 2023
2 parents 7b01eea + a1bcb09 commit c6572ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Impersonate.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Impersonate extends Field

public function __construct($user = null)
{
parent::__construct(null, null, null);
parent::__construct('', null, null);

$this->exceptOnForms();

Expand Down

0 comments on commit c6572ed

Please sign in to comment.