diff options
author | Camil Staps | 2015-04-26 23:29:17 +0200 |
---|---|---|
committer | Camil Staps | 2015-04-26 23:29:17 +0200 |
commit | 11a20c5be971d97f4a4f575f91b706791c1893a9 (patch) | |
tree | 9748c5d865005531c074369ee1611ed8e0fa334a /src/CamilStaps/BotleaguesApi/Bot.php | |
parent | user routes (diff) |
Competitions; CompetitionTypes; Participants; better routing; administrators; ...
Diffstat (limited to 'src/CamilStaps/BotleaguesApi/Bot.php')
-rw-r--r-- | src/CamilStaps/BotleaguesApi/Bot.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CamilStaps/BotleaguesApi/Bot.php b/src/CamilStaps/BotleaguesApi/Bot.php index f45ada7..04fa2c7 100644 --- a/src/CamilStaps/BotleaguesApi/Bot.php +++ b/src/CamilStaps/BotleaguesApi/Bot.php @@ -5,6 +5,7 @@ use Illuminate\Database\Eloquent\Model; class Bot extends Model { - + protected $table = 'bots'; + protected $fillable = ['userId', 'gameId', 'title']; }
\ No newline at end of file |