Skip to content

Commit

Permalink
Use payment_order as prefix for all payment order admin routes to be …
Browse files Browse the repository at this point in the history
…consistent with other routes
  • Loading branch information
jbtronics committed Nov 27, 2024
1 parent beea96f commit 9346ad1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Controller/Admin/PaymentOrderCrudController.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
use App\Services\EmailConfirmation\ConfirmationEmailSender;
use App\Services\PaymentOrderMailLinkGenerator;
use Doctrine\ORM\EntityManagerInterface;
use EasyCorp\Bundle\EasyAdminBundle\Attribute\AdminCrud;
use EasyCorp\Bundle\EasyAdminBundle\Config\Action;
use EasyCorp\Bundle\EasyAdminBundle\Config\Actions;
use EasyCorp\Bundle\EasyAdminBundle\Config\Assets;
Expand Down Expand Up @@ -65,6 +66,8 @@
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\Messenger\MessageBusInterface;


#[AdminCrud(routePath: '/payment_order')]
final class PaymentOrderCrudController extends AbstractCrudController
{
public function __construct(
Expand Down

0 comments on commit 9346ad1

Please sign in to comment.