Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
datitisev authored and StyleCIBot committed Nov 7, 2020
1 parent bb14297 commit 20769d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions extend.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
->add(Middleware\CheckLoginPassword::class)
->add(Middleware\CheckPasswordReset::class),

(new Extend\User())
,
(new Extend\User()),

function (Dispatcher $events) {
$events->subscribe(Access\GlobalPolicy::class);
Expand Down

0 comments on commit 20769d9

Please sign in to comment.