Give all repositories a new setUser function.

This commit is contained in:
James Cole
2017-01-30 16:40:49 +01:00
parent 4cad2eb0c4
commit 84e380e4d0
16 changed files with 83 additions and 3 deletions

View File

@@ -14,6 +14,7 @@ declare(strict_types = 1);
namespace FireflyIII\Repositories\ExportJob;
use FireflyIII\Models\ExportJob;
use FireflyIII\User;
/**
* Interface ExportJobRepositoryInterface
@@ -22,6 +23,11 @@ use FireflyIII\Models\ExportJob;
*/
interface ExportJobRepositoryInterface
{
/**
* @param User $user
*/
public function setUser(User $user);
/**
* @param ExportJob $job
* @param string $status