1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-03-03 18:25:47 +00:00
pixelfed/app/HashtagFollow.php

11 lines
109 B
PHP
Raw Normal View History

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