Update Circle model

pull/855/head
Daniel Supernault 6 years ago
parent 24bc57700f
commit 7b7ce8ea8a
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

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

Loading…
Cancel
Save