diff options
author | Camil Staps | 2016-09-06 00:23:26 +0200 |
---|---|---|
committer | Camil Staps | 2016-09-06 00:23:26 +0200 |
commit | 6f6a6abe3c9971b60aad585a198ced6c51329ef5 (patch) | |
tree | a6a5300eb572c1306c34d1f400a928eb2a68f631 /app/Root.php | |
parent | Add roots (diff) |
Different root kinds instead of only strong/weak
Diffstat (limited to 'app/Root.php')
-rw-r--r-- | app/Root.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Root.php b/app/Root.php index a481dab..6c0f033 100644 --- a/app/Root.php +++ b/app/Root.php @@ -24,6 +24,6 @@ class Root extends Model { protected $table = 'roots'; public $timestamps = false; - protected $fillable = ['root', 'strong']; + protected $fillable = ['root', 'root_kind_id']; -}
\ No newline at end of file +} |