pixelfed/app/ReportComment.php

11 wiersze
109 B
PHP
Czysty Zwykły widok Historia

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