| 1 | <?php |
||
| 10 | class SendTestMail extends Command |
||
| 11 | { |
||
| 12 | protected $signature = 'mail:send-test {mailableClass} {recipient} {--values}'; |
||
| 13 | |||
| 14 | protected $description = 'Send a test email'; |
||
| 15 | |||
| 16 | public function handle() |
||
| 30 | |||
| 31 | public function guardAgainstInvalidArguments() |
||
| 41 | |||
| 42 | protected function getValues(): array |
||
| 46 | } |
||
| 47 |