Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
daVitekPL committed Jul 24, 2024
1 parent bc92992 commit f0eb224
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions app/Mail/OrganizationRegistered.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public function envelope(): Envelope
{
/** @var string $name */
$name = $this->organization->address?->name;

return new Envelope(
subject: __(
'mail.subject-new-organization',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
use Domain\Organization\Dtos\OrganizationRegisterDto;
use Domain\Organization\Dtos\OrganizationUpdateDto;
use Domain\Organization\Models\Organization;
use Domain\SalesChannel\Models\SalesChannel;
use Domain\SalesChannel\SalesChannelRepository;
use Illuminate\Pagination\LengthAwarePaginator;
use Illuminate\Support\Facades\Config;
Expand Down

0 comments on commit f0eb224

Please sign in to comment.