pixelfed/app/ReportLog.php

11 wiersze
105 B
PHP

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