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