chartmogul/chartmogul-php

View on GitHub
src/Import/Plan.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php
 
namespace ChartMogul\Import;
 
/**
* @deprecated Use \ChartMogul\Plan
*/
class Plan extends \ChartMogul\Plan
{
}