1
0
Fork 0
pixelfed/app/ReportComment.php

11 lines
109 B
PHP

<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class ReportComment extends Model
{
//
}