refactored report and update abstracts

This commit is contained in:
denisdulici
2019-11-23 21:47:20 +03:00
parent eef7eaa12f
commit 51a7fa86fc
37 changed files with 54 additions and 48 deletions

View File

@ -2,7 +2,7 @@
namespace App\Reports;
use App\Abstracts\Reports\Report;
use App\Abstracts\Report;
use App\Models\Banking\Transaction;
use App\Models\Expense\Bill;
use App\Utilities\Recurring;