1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-01-03 13:44:13 +00:00
pixelfed/app/Notification.php

11 lines
108 B
PHP
Raw Normal View History

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