Expand API for bills.

This commit is contained in:
James Cole
2020-07-01 15:33:06 +02:00
parent 104a2379f3
commit 983508e291
3 changed files with 73 additions and 19 deletions

View File

@@ -42,10 +42,8 @@ use Illuminate\Http\JsonResponse;
class AccountController extends Controller
{
use ApiSupport;
/** @var CurrencyRepositoryInterface */
private $currencyRepository;
/** @var AccountRepositoryInterface */
private $repository;
private CurrencyRepositoryInterface $currencyRepository;
private AccountRepositoryInterface $repository;
/**
* AccountController constructor.