Files
nexusphp/app/Models/Attachment.php

9 lines
71 B
PHP
Raw Normal View History

2021-05-15 19:29:44 +08:00
<?php
namespace App\Models;
class Attachment extends NexusModel
{
}