Files
nexusphp/app/Models/Post.php
T

10 lines
66 B
PHP

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