events/Classes/Service/DestinationDataImportService/Import.php

11 lines
131 B
PHP
Raw Normal View History

<?php
namespace Wrm\Events\Service\DestinationDataImportService;
/**
* Hold info regarding current import.
*/
class Import
{
}