1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/16668] Do not include topological sort everywhere

PHPBB3-16668
This commit is contained in:
Máté Bartus
2021-01-03 13:30:07 +01:00
parent 71441e3fb0
commit 1cf758250a
3 changed files with 9 additions and 16 deletions

View File

@@ -116,6 +116,7 @@ class schema_generator
try
{
require_once __DIR__ . '/../../../vendor/chita/topological_sort/src/TopologicalSort.php';
topologicalSort($migrations, $edges, true, $apply_for_each, $filter);
}
catch (LogicException $e)