<?php

namespace Aitoc\Core\Model;

/**
 * Class Platform
 * @package Aitoc\Core\Model
 */
class Platform
{
    const PLATFORMFILE_SUFFIX = '.platform.xml';
    const CACHE_CLEAR_VERSION = '2.21.0';
    const DEFAULT_VAR_PATH = 'var';
}
