mirror of
https://github.com/itflow-org/itflow
synced 2026-07-24 17:30:43 +00:00
Split DB Updates into seperate files, with the cutoff being 2.0.0
This commit is contained in:
@@ -8,6 +8,7 @@ namespace Stripe\Service\V2;
|
||||
* Service factory class for API resources in the V2 namespace.
|
||||
*
|
||||
* @property Billing\BillingServiceFactory $billing
|
||||
* @property Commerce\CommerceServiceFactory $commerce
|
||||
* @property Core\CoreServiceFactory $core
|
||||
*/
|
||||
class V2ServiceFactory extends \Stripe\Service\AbstractServiceFactory
|
||||
@@ -17,6 +18,7 @@ class V2ServiceFactory extends \Stripe\Service\AbstractServiceFactory
|
||||
*/
|
||||
private static $classMap = [
|
||||
'billing' => Billing\BillingServiceFactory::class,
|
||||
'commerce' => Commerce\CommerceServiceFactory::class,
|
||||
'core' => Core\CoreServiceFactory::class,
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user