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

14 lines
173 B
PHP

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