finances controller
This commit is contained in:
@@ -21,7 +21,7 @@ class FinancesController extends Controller
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function displayWallet() {
|
public function displayWallet() {
|
||||||
$esi = new Finances();
|
$esi = new \App\Library\Finances();
|
||||||
|
|
||||||
//Get the Journal Entries and just return them
|
//Get the Journal Entries and just return them
|
||||||
$journals = $esi->GetMasterWalletJouranl();
|
$journals = $esi->GetMasterWalletJouranl();
|
||||||
|
|||||||
Reference in New Issue
Block a user