mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-12-25 16:27:54 -05:00
6 lines
273 B
PHP
6 lines
273 B
PHP
<?php
|
|
|
|
include app_path("PaymentDrivers/Rotessa/vendor/autoload.php");
|
|
|
|
class_alias("App\\PaymentDrivers\\Rotessa\\PaymentMethod","App\\PaymentDrivers\\Rotessa\\BankTransfer");
|
|
class_alias("App\\PaymentDrivers\\Rotessa\\PaymentMethod","App\\PaymentDrivers\\Rotessa\\Acss"); |