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/RootTranslation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/RootTranslation.php') diff --git a/app/RootTranslation.php b/app/RootTranslation.php index f3070a6..120dc5c 100644 --- a/app/RootTranslation.php +++ b/app/RootTranslation.php @@ -23,7 +23,7 @@ use Illuminate\Database\Eloquent\Model; class RootTranslation extends Model { protected $table = 'root_translations'; - + public $timestamps = false; protected $fillable = ['root', 'translation']; } \ No newline at end of file -- cgit v1.2.3