Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update src/Glpi/Kernel/ListenersPriority.php
Browse files Browse the repository at this point in the history
cedric-anne committed Jan 13, 2025
1 parent a4bcdfe commit 07a970e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Glpi/Kernel/ListenersPriority.php
Original file line number Diff line number Diff line change
@@ -45,10 +45,10 @@ final class ListenersPriority
KernelListener\InitializeDbConnection::class => 180,
KernelListener\InitializeCache::class => 170,
KernelListener\LoadLegacyConfiguration::class => 160,
KernelListener\CustomObjectsAutoloaderRegistration::class => 150,
KernelListener\LoadLanguage::class => 145,
KernelListener\InitializePlugins::class => 140,
KernelListener\CustomObjectsBootstrap::class => 130,
KernelListener\LoadLanguage::class => 150,
KernelListener\CustomObjectsAutoloaderRegistration::class => 140,
KernelListener\InitializePlugins::class => 130,
KernelListener\CustomObjectsBootstrap::class => 120,
];

public const REQUEST_LISTENERS_PRIORITIES = [

0 comments on commit 07a970e

Please sign in to comment.