pixelfed/app/ReportComment.php

11 wiersze
109 B
PHP

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