<?php namespace CamilStaps\BotleaguesApi\Database; class Participant extends Model { protected $table = 'competition_types'; protected $hidden = []; protected $fillable = ['botId', 'competitionId']; }