Skip to content

Commit

Permalink
stylo 2
Browse files Browse the repository at this point in the history
  • Loading branch information
arfenis committed Sep 13, 2024
1 parent fbfde31 commit 76f31c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function createIntegrationCompany(mixed $rootValue, array $request): Mode
$company = CompaniesRepository::getById((int) $request['input']['company_id']);
$region = RegionRepository::getById((int) $request['input']['region']['id'], $company);
$user = auth()->user();

if (! $user->isAppOwner()) {
CompaniesRepository::userAssociatedToCompany(
$company,
Expand Down

0 comments on commit 76f31c5

Please sign in to comment.