pixelfed/app/ReportComment.php

11 lines
109 B
PHP
Raw Normal View History

2018-07-18 00:03:39 +00:00
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class ReportComment extends Model
{
//
}