akaunting/modules/BC21/Events/Purchase/BillCreating.php

14 lines
178 B
PHP
Raw Normal View History

2020-12-24 01:28:38 +03:00
<?php
namespace App\Events\Purchase;
use App\Events\Document\DocumentCreating;
/**
* @deprecated
* @see DocumentCreating
*/
class BillCreating extends DocumentCreating
{
}