1
0
Fork 0
forked from mirror/pixelfed
pixelfed/app/Notification.php

11 lines
108 B
PHP
Raw Normal View History

2018-05-26 16:58:22 -06:00
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class Notification extends Model
{
//
}