Many new renamed routes that will break half of Firefly.

This commit is contained in:
James Cole
2016-12-05 21:58:23 +01:00
parent d91b9e71d5
commit 6b56c2bf7c
14 changed files with 358 additions and 268 deletions

View File

@@ -1,4 +1,14 @@
<?php
/**
* JournalCollector.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms of the
* Creative Commons Attribution-ShareAlike 4.0 International License.
*
* See the LICENSE file for details.
*/
declare(strict_types = 1);
namespace FireflyIII\Helpers\Collector;