Skip to content

Commit 35b532a

Browse files
committed
Remove old containers from the journal
1 parent 2b30e90 commit 35b532a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/DependencyInjection/Configurator.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ private function journal(string $currentContainerClassName): void
131131

132132
if ($containerLastUsedTime + $week >= $now) {
133133
$usedInTheLastWeek[] = $className;
134+
} else {
135+
continue;
134136
}
135137

136138
if ($currentContainerClassName !== $className) {

0 commit comments

Comments
 (0)