Akaunting/modules/BC21/Events/Sale/PaymentReceived.php

8 lines
106 B
PHP
Raw Normal View History

2020-12-23 22:28:38 +00:00
<?php
namespace App\Events\Sale;
class PaymentReceived extends \App\Events\Document\PaymentReceived
{
}