Skip to content

Commit

Permalink
Merge pull request #944 from bakaphp/analysis-vZ4j6y
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
FredPeal committed Feb 15, 2024
2 parents 04d756a + ee02ea5 commit 4d0faa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Kanvas/Companies/Jobs/DeleteCompanyJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ public function __construct(
public int $companiesId,
public Users $user,
public Apps $app
) {
) {
}

public function handle(): void
{
Auth::loginUsingId($this->user->getId());
$this->overwriteAppService($this->app);

$companyDelete = new DeleteCompaniesAction($this->user, $this->app);
$companyDelete->execute($this->companiesId);
}
Expand Down

0 comments on commit 4d0faa7

Please sign in to comment.