| Total Complexity | 4 |
| Total Lines | 39 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 9 | class Each implements Mode |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @link https://github.com/laravel/framework/issues/10235 |
||
| 13 | * @param SheduleEmail $tasks |
||
| 14 | * @return mixed|void |
||
| 15 | */ |
||
| 16 | 1 | public function postEmail(SheduleEmail $tasks) |
|
| 29 | } |
||
| 30 | 1 | } |
|
| 31 | |||
| 32 | /** |
||
| 33 | * Get name mode |
||
| 34 | * @return string |
||
| 35 | */ |
||
| 36 | 6 | public function getName(): string |
|
| 37 | { |
||
| 38 | 6 | return trans('postman::mode.two.name'); |
|
|
|
|||
| 39 | } |
||
| 40 | |||
| 41 | /** |
||
| 42 | * Get full description |
||
| 43 | * @return string |
||
| 44 | */ |
||
| 45 | 6 | public function getDescription(): string |
|
| 48 | } |
||
| 49 | } |