Daniel Supernault 6 лет назад
Родитель
Сommit
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',