aboutsummaryrefslogtreecommitdiff
path: root/app/Root.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Root.php')
-rw-r--r--app/Root.php4
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
+}