File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
plugins/system/debug/src/Extension Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2828use Joomla \Database \Event \ConnectionEvent ;
2929use Joomla \Event \DispatcherInterface ;
3030use Joomla \Event \Event ;
31+ use Joomla \Event \Priority ;
3132use Joomla \Event \SubscriberInterface ;
3233use Joomla \Plugin \System \Debug \DataCollector \InfoCollector ;
3334use Joomla \Plugin \System \Debug \DataCollector \LanguageErrorsCollector ;
@@ -146,11 +147,11 @@ public static function getSubscribedEvents(): array
146147 'onBeforeRespond ' => 'onBeforeRespond ' ,
147148 'onAfterRespond ' => [
148149 'onAfterRespond ' ,
149- PHP_INT_MIN ,
150+ Priority:: MIN ,
150151 ],
151152 ApplicationEvents::AFTER_RESPOND => [
152153 'onAfterRespond ' ,
153- PHP_INT_MIN ,
154+ Priority:: MIN ,
154155 ],
155156 'onAfterDisconnect ' => 'onAfterDisconnect ' ,
156157 ];
You can’t perform that action at this time.
0 commit comments