mirror of
https://github.com/php/web-rmtools.git
synced 2026-03-24 17:22:12 +01:00
8 lines
85 B
PHP
8 lines
85 B
PHP
<?php
|
|
namespace rmtools;
|
|
class Build {
|
|
static function createBuild()
|
|
{
|
|
}
|
|
}
|