Skip to content

Commit 9cc4d6f

Browse files
committed
upd
1 parent fa57843 commit 9cc4d6f

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

src/Core/Plugin.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ class Plugin
4545
/**
4646
* Media cleanup service
4747
*/
48+
private \WpAddon\Services\MediaCleanupService $mediaCleanupService;
49+
50+
/**
51+
* Image optimization service
52+
*/
4853
private \WpAddon\Services\ImageOptimizationService $imageOptimizationService;
4954

5055
/**

src/Services/AssetService.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ class AssetService
2727
*/
2828
private string $version;
2929

30+
/**
31+
* Plugin path
32+
*/
33+
private string $path;
34+
3035
/**
3136
* Constructor
3237
*

0 commit comments

Comments
 (0)