1 2 3 4 5 6 7 8 9
<?php namespace CamilStaps\BotleaguesApi\Database; class Bot extends Model { protected $table = 'bots'; protected $fillable = ['userId', 'gameId', 'title']; }