Budgets and budget limits end point.

This commit is contained in:
James Cole
2018-12-09 08:45:53 +01:00
parent b0e1c85c55
commit 108d43f967
7 changed files with 261 additions and 47 deletions

View File

@@ -40,6 +40,7 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
* @property int $budget_id
* @property string spent
* @property int $transaction_currency_id
* @property TransactionCurrency $transactionCurrency
*/
class BudgetLimit extends Model
{