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\ImportJob;
use FireflyIII\Models\ImportJob;
use FireflyIII\User;
/**
* Interface ImportJobRepositoryInterface
@@ -22,6 +23,11 @@ use FireflyIII\Models\ImportJob;
*/
interface ImportJobRepositoryInterface
{
/**
* @param User $user
*/
public function setUser(User $user);
/**
* @param string $fileType
*