mirror of
https://github.com/getnamingo/registry.git
synced 2025-06-28 07:03:28 +02:00
Added deposit UI
This commit is contained in:
parent
92767a834c
commit
fc72a57bdd
4 changed files with 156 additions and 2 deletions
|
@ -22,4 +22,9 @@ class FinancialsController extends Controller
|
|||
{
|
||||
return view($response,'admin/financials/pricing.twig');
|
||||
}
|
||||
|
||||
public function deposit(Request $request, Response $response)
|
||||
{
|
||||
return view($response,'admin/financials/deposit.twig');
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue