Add project ID to ExternalTaskProviderInterface::fetch()
This commit is contained in:
committed by
Frédéric Guillot
parent
db0d680e5c
commit
216f2dee12
@@ -40,9 +40,10 @@ interface ExternalTaskProviderInterface
|
||||
* @access public
|
||||
* @throws \Kanboard\Core\ExternalTask\ExternalTaskException
|
||||
* @param string $uri
|
||||
* @param int $projectID
|
||||
* @return ExternalTaskInterface
|
||||
*/
|
||||
public function fetch($uri);
|
||||
public function fetch($uri, $projectID);
|
||||
|
||||
/**
|
||||
* Save external task to another system
|
||||
|
||||
Reference in New Issue
Block a user