This commit is contained in:
Prospress Inc
2018-12-12 14:48:11 +01:00
committed by Remco Tolsma
parent 37367ac369
commit 721dda6e5c
340 changed files with 5114 additions and 2125 deletions

3
includes/class-wcs-cached-data-manager.php Executable file → Normal file
View File

@@ -11,6 +11,9 @@
*/
class WCS_Cached_Data_Manager extends WCS_Cache_Manager {
/**
* @var WC_Logger_Interface|null
*/
public $logger = null;
public function __construct() {