From 4aab8e726c43719cc7b5f0b20da224c7cb11ae37 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 6 Jan 2016 10:08:29 +0100 Subject: remove timestamps --- app/Tense.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Tense.php') 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 -- cgit v1.2.3