mirror of
https://gh.wpcy.net/https://github.com/netcccyun/easypanel.git
synced 2026-04-23 03:52:25 +08:00
18 lines
No EOL
149 B
PHP
18 lines
No EOL
149 B
PHP
<?php
|
|
class Model
|
|
{
|
|
public function __construct()
|
|
{
|
|
}
|
|
|
|
public function __destruct()
|
|
{
|
|
}
|
|
|
|
public function index()
|
|
{
|
|
}
|
|
}
|
|
|
|
|
|
?>
|