Files
nexusphp/app/Models/Attachment.php
T

9 lines
71 B
PHP

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