FleetCart/Modules/Payment/GatewayManager.php

11 lines
123 B
PHP
Raw Normal View History

2023-06-11 12:14:03 +00:00
<?php
namespace Modules\Payment;
use Modules\Support\Manager;
class GatewayManager extends Manager
{
//
}