diff --git a/tippspiel/app/Match.php b/tippspiel/app/Match.php index 06ab3da..20bb443 100755 --- a/tippspiel/app/Match.php +++ b/tippspiel/app/Match.php @@ -4,7 +4,7 @@ namespace App; use Illuminate\Database\Eloquent\Model; -class Team extends Model +class Match extends Model { public $timestamps = false; /**