Browse Source

Update Circle model

Daniel Supernault 6 năm trước cách đây
mục cha
commit
7b7ce8ea8a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/Circle.php

+ 1 - 0
app/Circle.php

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