akaunting/modules/BC21/Events/Sale/InvoicePrinting.php
2020-12-24 01:28:38 +03:00

14 lines
177 B
PHP

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