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

9 lines
71 B
PHP

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