pixelfed/app/AccountLog.php

11 wiersze
106 B
PHP

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