mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 16:44:50 +00:00
e37108c544
Notifications expect a collection, not a vanilla array.
11 lines
102 B
PHP
11 lines
102 B
PHP
<?php
|
|
|
|
namespace App;
|
|
|
|
use Illuminate\Database\Eloquent\Model;
|
|
|
|
class WebSub extends Model
|
|
{
|
|
//
|
|
}
|