Skip to content

Commit

Permalink
Add missing .
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspa committed Feb 7, 2025
1 parent e2ac678 commit bdb6b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FilamentMails.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public static function setPath(?string $path = null): void

public static function setName(?string $name = null): void
{
static::$name = $name ?? 'filament.' . filament()->getDefaultPanel()->getId();
static::$name = $name ?? 'filament.' . filament()->getDefaultPanel()->getId() . '.';
}

public static function routes(?string $path = null, ?string $name = null): void
Expand Down

0 comments on commit bdb6b89

Please sign in to comment.