Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
30 | public function __construct( |
||
31 | EspressoVenueEditorEdit $edit_venue_route_match, |
||
32 | EspressoVenueEditorAddNew $create_venue_route_match, |
||
33 | RequestInterface $request |
||
34 | ) { |
||
35 | parent::__construct( |
||
36 | array($edit_venue_route_match, $create_venue_route_match), |
||
37 | $request |
||
38 | ); |
||
39 | } |
||
40 | } |
||
41 |