Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/sprint.migration/lib/traits/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/sprint.migration/lib/traits/helpermanagertrait.php

<?php

namespace Sprint\Migration\Traits;

use Sprint\Migration\HelperManager;

trait HelperManagerTrait
{
    public function getHelperManager()
    {
        return HelperManager::getInstance();
    }
}