FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
ameliabooking
/
src
/
Application
/
Commands
/
Payment
Edit File: GetPaymentCommand.php
<?php /** * @copyright © TMS-Plugins. All rights reserved. * @licence See LICENCE.md for license details. */ namespace AmeliaBooking\Application\Commands\Payment; use AmeliaBooking\Application\Commands\Command; /** * Class GetPaymentCommand * * @package AmeliaBooking\Application\Commands\Payment */ class GetPaymentCommand extends Command { }
Save
Back