pixelfed/app/Report.php

11 lines
102 B
PHP
Raw Normal View History

2018-05-20 21:48:53 +00:00
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class Report extends Model
{
//
}