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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user