Update Circle model

This commit is contained in:
Daniel Supernault 2019-02-15 20:56:44 -07:00
parent 24bc57700f
commit 7b7ce8ea8a
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ use Illuminate\Database\Eloquent\Model;
class Circle extends Model
{
protected $fillable = [
'profile_id',
'name',
'description',
'bcc',