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

14 lines
177 B
PHP
Raw Normal View History

2020-12-23 22:28:38 +00:00
<?php
namespace App\Events\Sale;
use App\Events\Document\DocumentCreating;
/**
* @deprecated
* @see DocumentCreating
*/
class InvoiceCreating extends DocumentCreating
{
}