Location observers
This commit is contained in:
parent
9bff9a1b1b
commit
b8c9f28cca
|
|
@ -97,7 +97,7 @@ class UpdateLocationTaxData implements ShouldQueue
|
|||
|
||||
public function failed($exception)
|
||||
{
|
||||
nlog("UpdateTaxData failed => ".$exception->getMessage());
|
||||
nlog("UpdateLocationTaxData failed => ".$exception->getMessage());
|
||||
config(['queue.failed.driver' => null]);
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,13 @@
|
|||
<?php
|
||||
/**
|
||||
* Invoice Ninja (https://invoiceninja.com).
|
||||
*
|
||||
* @link https://github.com/invoiceninja/invoiceninja source repository
|
||||
*
|
||||
* @copyright Copyright (c) 2025. Invoice Ninja LLC (https://invoiceninja.com)
|
||||
*
|
||||
* @license https://www.elastic.co/licensing/elastic-license
|
||||
*/
|
||||
|
||||
namespace App\Observers;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue