using old array constructor for older PHP support
This commit is contained in:
parent
980500c353
commit
1538eb9334
|
@ -103,7 +103,7 @@ class WC_Data_Store {
|
|||
* @return array
|
||||
*/
|
||||
public function __sleep() {
|
||||
return [ 'object_type' ];
|
||||
return array( 'object_type' );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue