Skip to content

Commit

Permalink
Extension: Fix logic.
Browse files Browse the repository at this point in the history
  • Loading branch information
janbarasek authored Jan 20, 2021
1 parent 9f2716d commit a3e4d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TinyMCEExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ final class TinyMCEExtension extends CompilerExtension
/**
* @return string[]
*/
public static function mustBeDefinedBefore(): array
public static function mustBeDefinedAfter(): array
{
return [CmsExtension::class];
}
Expand Down

0 comments on commit a3e4d67

Please sign in to comment.