Skip to content

Commit

Permalink
Exclude SessionProgress from DI
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne authored and trasher committed Dec 2, 2024
1 parent 7dd5bc6 commit 0e5d646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependency_injection/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
$services->load('Glpi\Controller\\', $projectDir . '/src/Glpi/Controller');
$services->load('Glpi\Http\\', $projectDir . '/src/Glpi/Http');
$services->load('Glpi\DependencyInjection\\', $projectDir . '/src/Glpi/DependencyInjection');
$services->load('Glpi\Progress\\', $projectDir . '/src/Glpi/Progress');
$services->load('Glpi\Progress\\', $projectDir . '/src/Glpi/Progress')->exclude($projectDir . '/src/Glpi/Progress/SessionProgress.php');

/**
* Override Symfony's logger.
Expand Down

0 comments on commit 0e5d646

Please sign in to comment.