structure stuff

This commit is contained in:
2018-11-22 00:49:15 -06:00
parent 8f0c7b3d73
commit f250a82083
6 changed files with 7 additions and 3 deletions

View File

@@ -31,7 +31,8 @@ class FinancesController extends Controller
public function displayWallet() {
$helper = new Finances();
$data = $helper->GetWalletJournal(1, 92626011);
$helper->GetWalletJournal(1, 92626011);
dd($helper);
}
public function displayTaxes() {