aboutsummaryrefslogtreecommitdiff
path: root/app/Root.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Root.php')
-rw-r--r--app/Root.php18
1 files changed, 18 insertions, 0 deletions
diff --git a/app/Root.php b/app/Root.php
new file mode 100644
index 0000000..5f52e8e
--- /dev/null
+++ b/app/Root.php
@@ -0,0 +1,18 @@
+<?php
+/**
+ * Created by PhpStorm.
+ * User: camil
+ * Date: 1/4/16
+ * Time: 4:06 PM
+ */
+namespace HebrewParseTrainer;
+
+use Illuminate\Database\Eloquent\Model;
+
+class Root extends Model {
+
+ protected $table = 'roots';
+
+ protected $fillable = ['root', 'strong'];
+
+} \ No newline at end of file