Skip to content

Commit

Permalink
🎨 Seperate use statements
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonJnsson committed Dec 12, 2024
1 parent 6bb8161 commit f170f92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stubs/mail.stub
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ use Illuminate\Queue\SerializesModels;

class {{ class }} extends Mailable
{
use Queueable, SerializesModels;
use Queueable
use SerializesModels;

public function __construct(): void
{
Expand Down

0 comments on commit f170f92

Please sign in to comment.