Files
web-rmtools/include/Build.php

8 lines
85 B
PHP

<?php
namespace rmtools;
class Build {
static function createBuild()
{
}
}