1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00

Update addresses

This commit is contained in:
David Bomba 2023-05-16 07:53:29 +10:00
parent 269fbea1f0
commit a35934f7b1
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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
{