akaunting/modules/BC21/Jobs/Banking/CreateDocumentTransaction.php

12 lines
177 B
PHP
Raw Normal View History

<?php
namespace App\Jobs\Banking;
/**
* @deprecated
* @see CreateBankingDocumentTransaction
*/
class CreateDocumentTransaction extends CreateBankingDocumentTransaction
{
}