1 | <?php |
||
11 | class TestimonialDeleted implements ShouldBroadcast |
||
|
|||
12 | { |
||
13 | use SerializesModels; |
||
14 | |||
15 | public $testimonial; |
||
16 | |||
17 | /** |
||
18 | * Create a new event instance. |
||
19 | * |
||
20 | * @param \Rinvex\Testimonials\Models\Testimonial $testimonial |
||
21 | */ |
||
22 | public function __construct(Testimonial $testimonial) |
||
26 | } |
||
27 |