akaunting/modules/BC21/Events/Sale/InvoiceSent.php

14 lines
161 B
PHP

<?php
namespace App\Events\Sale;
use App\Events\Document\DocumentSent;
/**
* @deprecated
* @see DocumentSent
*/
class InvoiceSent extends DocumentSent
{
}