Skip to content
Snippets Groups Projects
Verified Commit 1ab5f82d authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

feat: reprioritize requirements checker binding

parent c5892c9d
No related branches found
No related tags found
2 merge requests!5feat: remove compilation command,!4feat: remove compilation command
...@@ -23,7 +23,10 @@ class ConditionalExtension implements Extension { ...@@ -23,7 +23,10 @@ class ConditionalExtension implements Extension {
$bindings = []; $bindings = [];
if ( class_exists( \WPDesk_Basic_Requirement_Checker::class ) ) { if ( class_exists( \WPDesk_Basic_Requirement_Checker::class ) ) {
$bindings[] = RequirementsCheck::class; $bindings[] = [
'priority' => -10,
'handler' => RequirementsCheck::class,
];
} }
if ( class_exists( \WPDesk\License\LicenseServer\PluginRegistrator::class ) ) { if ( class_exists( \WPDesk\License\LicenseServer\PluginRegistrator::class ) ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment