From ea7966cc6823ddaa349740e438c4f0cb588f5b32 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sun, 24 May 2015 22:42:26 +0200 Subject: User id -> email in other classes --- src/CamilStaps/BotleaguesApi/Database/Bot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/CamilStaps/BotleaguesApi/Database/Bot.php') diff --git a/src/CamilStaps/BotleaguesApi/Database/Bot.php b/src/CamilStaps/BotleaguesApi/Database/Bot.php index f0be0fc..abdd78a 100644 --- a/src/CamilStaps/BotleaguesApi/Database/Bot.php +++ b/src/CamilStaps/BotleaguesApi/Database/Bot.php @@ -4,6 +4,6 @@ namespace CamilStaps\BotleaguesApi\Database; class Bot extends Model { protected $table = 'bots'; - protected $fillable = ['userId', 'gameId', 'title']; + protected $fillable = ['userEmail', 'gameId', 'title']; } \ No newline at end of file -- cgit v1.2.3