. */ use Phinx\Migration\AbstractMigration; /** * Class AddCampaignStatMigration */ class AddCampaignStatMigration extends AbstractMigration { /** @inheritdoc */ public function change() { // Removed from here to streamline the upgrade from 2.0 to 2.1 } }