Ejemplo n.º 1
0
 protected function url($notifiable)
 {
     return $notifiable->route('orders.show', $this->review->getOrder()->id);
 }