forked from mirror/pixelfed
Update Circle model
This commit is contained in:
parent
24bc57700f
commit
7b7ce8ea8a
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ use Illuminate\Database\Eloquent\Model;
|
||||||
class Circle extends Model
|
class Circle extends Model
|
||||||
{
|
{
|
||||||
protected $fillable = [
|
protected $fillable = [
|
||||||
|
'profile_id',
|
||||||
'name',
|
'name',
|
||||||
'description',
|
'description',
|
||||||
'bcc',
|
'bcc',
|
||||||
|
|
Loading…
Reference in a new issue