aboutsummaryrefslogtreecommitdiff
path: root/app/Root.php
diff options
context:
space:
mode:
authorCamil Staps2016-09-06 00:23:26 +0200
committerCamil Staps2016-09-06 00:23:26 +0200
commit6f6a6abe3c9971b60aad585a198ced6c51329ef5 (patch)
treea6a5300eb572c1306c34d1f400a928eb2a68f631 /app/Root.php
parentAdd roots (diff)
Different root kinds instead of only strong/weak
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
+}