Skip to content

Commit

Permalink
Extension bugfix: ApiManager must be defined before this service (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Langriklol authored Dec 31, 2021
1 parent c314dc8 commit c85e9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TokenAuthorizatorExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ final class TokenAuthorizatorExtension extends CompilerExtension
/**
* @return string[]
*/
public static function mustBeDefinedBefore(): array
public static function mustBeDefinedAfter(): array
{
return [ApiExtension::class];
}
Expand Down

0 comments on commit c85e9be

Please sign in to comment.