<?php namespace CamilStaps\BotleaguesApi\Database; class Game extends Model { protected $table = 'games'; protected $fillable = ['title']; }