Pārlūkot izejas kodu

Update Circle model

Daniel Supernault 6 gadi atpakaļ
vecāks
revīzija
7b7ce8ea8a
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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',