This commit is contained in:
Jeremy Benoist
2025-10-02 11:56:06 +02:00
parent 5629330cb6
commit b4f1776828

View File

@ -19,8 +19,6 @@ class ImportChain
public function addImport(ImportInterface $import, $alias)
{
$this->imports[$alias] = $import;
return $this;
}
/**