marxolly

Results 1 comments of marxolly

I use a parent class and have a function in it protected function resetConfig($config) { return PHPShopify\ShopifySDK::config($config); } Then I have extending classes that have their own private config array...