Experimental code for #628

This commit is contained in:
James Cole
2017-04-08 09:00:37 +02:00
parent 01ae278f09
commit 4fd33f19c6
2 changed files with 8 additions and 1 deletions

View File

@@ -9,7 +9,7 @@
* See the LICENSE file for details.
*/
declare(strict_types = 1);
declare(strict_types=1);
namespace FireflyIII\Http\Controllers;
@@ -493,6 +493,7 @@ class CategoryController extends Controller
'name' => $dateName,
'spent' => $spent,
'earned' => $earned,
'sum' => bcadd($earned, $spent),
'transferred' => $transferred,
'date' => clone $end,
]