pixelfed/app/Story.php

11 wiersze
101 B
PHP

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