1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-22 15:55:14 +00:00
pixelfed/app/WebSub.php
Daniel Supernault e37108c544 Update AccountController, fix hydrateNotifications()
Notifications expect a collection, not a vanilla array.
2018-05-29 21:03:11 -06:00

10 lines
102 B
PHP

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