Fixes for use path
This commit is contained in:
parent
10e3492140
commit
78358f2e49
2 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ use App\Jobs\Ninja\CompanySizeCheck;
|
|||
use App\Jobs\Ninja\QueueSize;
|
||||
use App\Jobs\Ninja\SystemMaintenance;
|
||||
use App\Jobs\Ninja\TaskScheduler;
|
||||
use App\Jobs\Quote\InvoiceCheckLateWebhook;
|
||||
use App\Jobs\Invoice\InvoiceCheckLateWebhook;
|
||||
use App\Jobs\Quote\QuoteCheckExpired;
|
||||
use App\Jobs\Subscription\CleanStaleInvoiceOrder;
|
||||
use App\Jobs\Util\DiskCleanup;
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
* @license https://www.elastic.co/licensing/elastic-license
|
||||
*/
|
||||
|
||||
namespace App\Jobs\Quote;
|
||||
namespace App\Jobs\Invoice;
|
||||
|
||||
use App\Jobs\Util\WebhookHandler;
|
||||
use App\Libraries\MultiDB;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue