pixelfed/app/Report.php

11 wiersze
102 B
PHP

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