Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
14 | public function definition(): array |
||
15 | { |
||
16 | return [ |
||
17 | 'notification_id' => TrackedNotification::factory(), |
||
18 | 'channel' => 'mail', |
||
19 | 'route' => serialize('[email protected]'), |
||
20 | 'sent_at' => Carbon::now()->subDay(), |
||
21 | ]; |
||
24 |