mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-03 16:21:50 +02:00
Added Account overview page
This commit is contained in:
parent
93ce342f64
commit
3ca5086d85
6 changed files with 150 additions and 4 deletions
|
@ -12,4 +12,9 @@ class FinancialsController extends Controller
|
|||
{
|
||||
return view($response,'admin/financials/transactions.twig');
|
||||
}
|
||||
|
||||
public function overview(Request $request, Response $response)
|
||||
{
|
||||
return view($response,'admin/financials/overview.twig');
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue