Removed some unused code.

This commit is contained in:
James Cole
2016-10-07 16:33:17 +02:00
parent 39dab4fdd9
commit d43936155c
3 changed files with 4 additions and 36 deletions

View File

@@ -62,6 +62,7 @@ class TransactionController extends Controller
*/
public function create(string $what = TransactionType::DEPOSIT)
{
/** @var AccountCrudInterface $crud */
$crud = app(AccountCrudInterface::class);
$budgetRepository = app('FireflyIII\Repositories\Budget\BudgetRepositoryInterface');
$piggyRepository = app('FireflyIII\Repositories\PiggyBank\PiggyBankRepositoryInterface');