| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 46 | public function toMail($notifiable) |
||
| 47 | { |
||
| 48 | return (new MailMessage) |
||
| 49 | ->line('Your vocabularies have been imported.') |
||
| 50 | ->action('View Report', url("/projects/{$this->batch->project->id}/imports/{$this->batch->id}/results")) |
||
| 51 | ->line('Thank you for using the Open Metadata Registry!'); |
||
| 52 | } |
||
| 67 |