mirror of
https://github.com/wallabag/wallabag.git
synced 2025-10-05 19:31:02 +00:00
cleanup
This commit is contained in:
parent
5629330cb6
commit
b4f1776828
1 changed files with 0 additions and 2 deletions
|
@ -19,8 +19,6 @@ class ImportChain
|
||||||
public function addImport(ImportInterface $import, $alias)
|
public function addImport(ImportInterface $import, $alias)
|
||||||
{
|
{
|
||||||
$this->imports[$alias] = $import;
|
$this->imports[$alias] = $import;
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue