From 44864419d928bb149c5b88e12383e918476de99e Mon Sep 17 00:00:00 2001 From: structix Date: Sat, 2 Jun 2018 00:00:04 +0200 Subject: [PATCH] Removed timestamp from team --- tippspiel/app/Team.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tippspiel/app/Team.php b/tippspiel/app/Team.php index a390eab..da53c01 100755 --- a/tippspiel/app/Team.php +++ b/tippspiel/app/Team.php @@ -6,6 +6,7 @@ use Illuminate\Database\Eloquent\Model; class Team extends Model { + public $timestamps = false; /** * The database table uses by the model. *