1
0
Daniel Supernault 6 жил өмнө
parent
commit
7b7ce8ea8a
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  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',