Skip to content

Commit

Permalink
fix routing for statistics@member
Browse files Browse the repository at this point in the history
  • Loading branch information
nickhilliard committed Sep 15, 2021
1 parent ad98461 commit 6107d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/statistics/member.foil.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav">
<form class="navbar-form navbar-left form-inline d-block d-lg-flex" action="<?= route( "statistics@member", [ "id" => $t->c->id ] ) ?>" method="GET">
<form class="navbar-form navbar-left form-inline d-block d-lg-flex" action="<?= route( "statistics@member", [ "cust" => $t->c->id ] ) ?>" method="GET">
<li class="nav-item">
<div class="nav-link d-flex ">
<label for="category" class="col-sm-4 col-lg-4">Type:</label>
Expand Down

0 comments on commit 6107d40

Please sign in to comment.