Add project ID to ExternalTaskProviderInterface::fetch()

This commit is contained in:
Frédéric Guillot
2019-07-30 11:59:51 -07:00
committed by Frédéric Guillot
parent db0d680e5c
commit 216f2dee12
4 changed files with 6 additions and 5 deletions

View File

@@ -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