ImportSource: make method public for now

This commit is contained in:
Thomas Gelf 2018-06-12 21:45:11 +02:00
parent fc58e506ea
commit 6325798fca
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ class ImportSource extends DbObjectWithSettings
return static::create([], $connection)->setDbProperties($properties);
}
protected static function existsWithName($name, Db $connection)
public static function existsWithName($name, Db $connection)
{
$db = $connection->getDbAdapter();