diff options
Diffstat (limited to 'src/CamilStaps/BotleaguesApi/Participant.php')
-rw-r--r-- | src/CamilStaps/BotleaguesApi/Participant.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/CamilStaps/BotleaguesApi/Participant.php b/src/CamilStaps/BotleaguesApi/Participant.php deleted file mode 100644 index 65e1261..0000000 --- a/src/CamilStaps/BotleaguesApi/Participant.php +++ /dev/null @@ -1,12 +0,0 @@ -<?php -namespace CamilStaps\BotleaguesApi; - -use Illuminate\Database\Eloquent\Model; - -class Participant extends Model { - - protected $table = 'competition_types'; - protected $hidden = []; - protected $fillable = ['botId', 'competitionId']; - -}
\ No newline at end of file |