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. *