From 0105456828ee858ac329260689bfe3e5b0b64df2 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 20 May 2016 12:42:21 +0200 Subject: [PATCH] Copyright notices. [skip ci] Signed-off-by: James Cole --- app/Helpers/Csv/Converter/OpposingAccountIban.php | 5 +---- app/Validation/FireflyValidator.php | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/app/Helpers/Csv/Converter/OpposingAccountIban.php b/app/Helpers/Csv/Converter/OpposingAccountIban.php index ecfd631156..37f8111b96 100644 --- a/app/Helpers/Csv/Converter/OpposingAccountIban.php +++ b/app/Helpers/Csv/Converter/OpposingAccountIban.php @@ -12,7 +12,6 @@ namespace FireflyIII\Helpers\Csv\Converter; use FireflyIII\Crud\Account\AccountCrudInterface; use FireflyIII\Models\Account; -use FireflyIII\Repositories\Account\AccountRepositoryInterface; /** * Class OpposingAccountIban @@ -29,9 +28,7 @@ class OpposingAccountIban extends BasicConverter implements ConverterInterface */ public function convert() { - /** @var AccountRepositoryInterface $repository */ - $repository = app(AccountRepositoryInterface::class); - $crud = app('FireflyIII\Crud\Account\AccountCrudInterface'); + $crud = app('FireflyIII\Crud\Account\AccountCrudInterface'); if (isset($this->mapped[$this->index][$this->value])) { $account = $crud->find($this->mapped[$this->index][$this->value]); diff --git a/app/Validation/FireflyValidator.php b/app/Validation/FireflyValidator.php index 2dc9573dc3..76817224bc 100644 --- a/app/Validation/FireflyValidator.php +++ b/app/Validation/FireflyValidator.php @@ -1,4 +1,4 @@ -