mirror of https://github.com/pixelfed/pixelfed
Update AccountController, fix hydrateNotifications()
Notifications expect a collection, not a vanilla array.pull/52/head
parent
95dcf8f7b3
commit
e37108c544
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class WebSub extends Model
|
||||
{
|
||||
//
|
||||
}
|
Loading…
Reference in New Issue