Conditions | 1 |
Paths | 1 |
Total Lines | 14 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
24 | public static function make(...$parameters) |
||
25 | { |
||
26 | return parent::make(...$parameters)->mergeCollectionEndpoints(); |
||
27 | |||
28 | // $meta = self::meta(); |
||
29 | // |
||
30 | // if (! count($meta)) { |
||
31 | // parent::make(...$parameters); |
||
32 | // } |
||
33 | // |
||
34 | // return parent::make(...$parameters)->additional([ |
||
35 | // 'meta' => $meta, |
||
36 | // ]); |
||
37 | } |
||
38 | |||
51 |