e37108c544
Notifications expect a collection, not a vanilla array.
10 lines
102 B
PHP
10 lines
102 B
PHP
<?php
|
|
|
|
namespace App;
|
|
|
|
use Illuminate\Database\Eloquent\Model;
|
|
|
|
class WebSub extends Model
|
|
{
|
|
//
|
|
}
|