fix wallets transaction lists

This commit is contained in:
omair saleh
2022-02-28 11:21:18 +08:00
parent fdf8711a01
commit 280ea6bdac
2 changed files with 2 additions and 2 deletions
-1
View File
@@ -125,7 +125,6 @@ Route::get('/wallet/{marking}/details', function ($marking) {
})->name('wallet.details');
Route::get('/wallets', function () {
dd(\App\Models\Company::find(1923)->wallets()->first());
return view('pages.wallet.wallets');
})->name('wallet.wallets');