Add tag endpoint.

This commit is contained in:
James Cole
2018-12-05 19:12:38 +01:00
parent 64a3e46cbe
commit b2381f4657
7 changed files with 431 additions and 3 deletions

View File

@@ -324,6 +324,7 @@ return [
'toCurrencyCode' => \FireflyIII\Support\Binder\CurrencyCode::class,
'unfinishedJournal' => \FireflyIII\Support\Binder\UnfinishedJournal::class,
'cliToken' => \FireflyIII\Support\Binder\CLIToken::class,
'tagOrId' => \FireflyIII\Support\Binder\TagOrId::class,
],