Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/resend-mails' into featu…
Browse files Browse the repository at this point in the history
…re/resend-mails
  • Loading branch information
david-d-h committed Jan 3, 2024
2 parents 1bfe419 + de5f8b3 commit 0e5ba53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Commands/ResendMailCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
use Vormkracht10\Mails\Jobs\ResendMailJob;
use Vormkracht10\Mails\Models\Mail;

use function Laravel\Prompts\{text, info};
use function Laravel\Prompts\info;
use function Laravel\Prompts\text;

class ResendMailCommand extends Command implements PromptsForMissingInput
{
Expand Down

0 comments on commit 0e5ba53

Please sign in to comment.