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