Files
nexusphp/app/Models/Post.php
2021-05-15 19:29:44 +08:00

10 lines
66 B
PHP

<?php
namespace App\Models;
class Post extends NexusModel
{
}