We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa57843 commit 9cc4d6fCopy full SHA for 9cc4d6f
2 files changed
src/Core/Plugin.php
@@ -45,6 +45,11 @@ class Plugin
45
/**
46
* Media cleanup service
47
*/
48
+ private \WpAddon\Services\MediaCleanupService $mediaCleanupService;
49
+
50
+ /**
51
+ * Image optimization service
52
+ */
53
private \WpAddon\Services\ImageOptimizationService $imageOptimizationService;
54
55
src/Services/AssetService.php
@@ -27,6 +27,11 @@ class AssetService
27
28
private string $version;
29
30
31
+ * Plugin path
32
33
+ private string $path;
34
35
36
* Constructor
37
*
0 commit comments