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