8 lines
77 B
PHP
8 lines
77 B
PHP
<?php
|
|
namespace nulib\web;
|
|
|
|
class ly {
|
|
static function end(): void {
|
|
}
|
|
}
|