From 6f6a6abe3c9971b60aad585a198ced6c51329ef5 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 6 Sep 2016 00:23:26 +0200 Subject: Different root kinds instead of only strong/weak --- app/Root.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/Root.php') 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 +} -- cgit v1.2.3