mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 20:11:22 +00:00
Update export routine.
This commit is contained in:
@@ -25,11 +25,8 @@ interface ProcessorInterface
|
||||
|
||||
/**
|
||||
* Processor constructor.
|
||||
*
|
||||
* @param array $settings
|
||||
*
|
||||
*/
|
||||
public function __construct(array $settings);
|
||||
public function __construct();
|
||||
|
||||
/**
|
||||
* @return bool
|
||||
@@ -65,4 +62,9 @@ interface ProcessorInterface
|
||||
* @return Collection
|
||||
*/
|
||||
public function getFiles(): Collection;
|
||||
|
||||
/**
|
||||
* @param array $settings
|
||||
*/
|
||||
public function setSettings(array $settings);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user