mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Fix configuration usage
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
namespace Alchemy\Phrasea\TaskManager\Editor;
|
||||
|
||||
use Alchemy\Phrasea\Core\Configuration\ConfigurationInterface;
|
||||
use Alchemy\Phrasea\Core\Configuration\PropertyAccess;
|
||||
|
||||
class FtpEditor extends AbstractEditor
|
||||
{
|
||||
@@ -34,7 +34,7 @@ class FtpEditor extends AbstractEditor
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function getDefaultSettings(ConfigurationInterface $config = null)
|
||||
public function getDefaultSettings(PropertyAccess $config = null)
|
||||
{
|
||||
return <<<EOF
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
Reference in New Issue
Block a user