aboutsummaryrefslogtreecommitdiff
path: root/app/Tense.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Tense.php')
-rw-r--r--app/Tense.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Tense.php b/app/Tense.php
index b5bbea6..f30e352 100644
--- a/app/Tense.php
+++ b/app/Tense.php
@@ -23,7 +23,7 @@ use Illuminate\Database\Eloquent\Model;
class Tense extends Model {
protected $table = 'tenses';
-
+ public $timestamps = false;
protected $fillable = ['name', 'abbreviation'];
} \ No newline at end of file