| Conditions | 1 |
| Paths | 1 |
| Total Lines | 12 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 25 | public function init(): void |
||
| 26 | { |
||
| 27 | // define the path that your publishable resources live |
||
| 28 | $this->sourcePath = '@nystudio107/instantanalyticsGa4/web/assets/dist'; |
||
| 29 | |||
| 30 | // define the dependencies |
||
| 31 | $this->depends = [ |
||
| 32 | CpAsset::class, |
||
| 33 | VueAsset::class, |
||
| 34 | ]; |
||
| 35 | |||
| 36 | parent::init(); |
||
| 37 | } |
||
| 39 |