Copyright notices. [skip ci]

Signed-off-by: James Cole <thegrumpydictator@gmail.com>
This commit is contained in:
James Cole 2016-05-20 12:42:21 +02:00
parent 5c7df5c04d
commit 0105456828
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
2 changed files with 2 additions and 5 deletions

View File

@ -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,8 +28,6 @@ class OpposingAccountIban extends BasicConverter implements ConverterInterface
*/
public function convert()
{
/** @var AccountRepositoryInterface $repository */
$repository = app(AccountRepositoryInterface::class);
$crud = app('FireflyIII\Crud\Account\AccountCrudInterface');
if (isset($this->mapped[$this->index][$this->value])) {

View File

@ -1,4 +1,4 @@
<?php
<?php
/**
* FireflyValidator.php
* Copyright (C) 2016 thegrumpydictator@gmail.com