akaunting/modules/BC21/Jobs/Purchase/CreateBillHistory.php
2020-12-24 01:28:38 +03:00

14 lines
194 B
PHP

<?php
namespace App\Jobs\Purchase;
use App\Jobs\Document\CreateDocumentHistory;
/**
* @deprecated
* @see CreateDocumentHistory
*/
class CreateBillHistory extends CreateDocumentHistory
{
}