mirror of
https://github.com/php/web-rmtools.git
synced 2026-03-29 04:32:20 +02:00
8 lines
85 B
PHP
8 lines
85 B
PHP
<?php
|
|
namespace rmtools;
|
|
class Build {
|
|
static function createBuild()
|
|
{
|
|
}
|
|
}
|