mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 10:34:30 -04:00
Update addresses
This commit is contained in:
parent
269fbea1f0
commit
a35934f7b1
@ -9,7 +9,7 @@
|
|||||||
* @license https://www.elastic.co/licensing/elastic-license
|
* @license https://www.elastic.co/licensing/elastic-license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace App\Jobs\Company;
|
namespace App\Jobs\Client;
|
||||||
|
|
||||||
use App\DataProviders\USStates;
|
use App\DataProviders\USStates;
|
||||||
use App\Models\Client;
|
use App\Models\Client;
|
||||||
|
@ -14,7 +14,7 @@ namespace App\Observers;
|
|||||||
use App\Models\Client;
|
use App\Models\Client;
|
||||||
use App\Models\Webhook;
|
use App\Models\Webhook;
|
||||||
use App\Jobs\Util\WebhookHandler;
|
use App\Jobs\Util\WebhookHandler;
|
||||||
use App\Jobs\Company\UpdateTaxData;
|
use App\Jobs\Client\UpdateTaxData;
|
||||||
|
|
||||||
class ClientObserver
|
class ClientObserver
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user