Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Feb 15, 2024
1 parent 04d756a commit ee02ea5
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 ee02ea5

Please sign in to comment.