Skip to content

Commit

Permalink
fixes #25
Browse files Browse the repository at this point in the history
  • Loading branch information
KABBOUCHI committed Nov 16, 2018
1 parent ec08932 commit 9253c81
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Impersonate.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ public function __construct($user = null)

}

$this->withMeta(['key_down' => config('nova-impersonate.key_down')]);
$this->withMeta([
'key_down' => config('nova-impersonate.key_down'),
'redirect_to' => config('nova-impersonate.redirect_to'),
]);


$this->exceptOnForms();
Expand Down

0 comments on commit 9253c81

Please sign in to comment.