pixelfed/app/ReportLog.php

11 wiersze
105 B
PHP
Czysty Zwykły widok Historia

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