← All changes
|
modules/atomic-widgets/styles/atomic-styles-manager.php
+1
-1
4.3.0-beta1
→
4.3.1
View file →
| @@ -31,10 +31,10 @@ | ||
| 31 | 31 | |
| 32 | 32 | private array $fonts = []; |
| 33 | 33 | |
| 34 | 34 | public function __construct() { |
| 35 | - $this->css_files_manager = new CSS_Files_Manager(); | |
| 36 | 35 | $this->cache_validity = new Cache_Validity(); |
| 36 | + $this->css_files_manager = new CSS_Files_Manager( $this->cache_validity ); | |
| 37 | 37 | } |
| 38 | 38 | |
| 39 | 39 | public static function instance() { |
| 40 | 40 | if ( ! self::$instance ) { |