pixelfed/app/ReportComment.php
2018-07-17 18:03:39 -06:00

11 lines
109 B
PHP

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