aboutsummaryrefslogtreecommitdiff
path: root/src/CamilStaps/BotleaguesApi/Database/Bot.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/CamilStaps/BotleaguesApi/Database/Bot.php')
-rw-r--r--src/CamilStaps/BotleaguesApi/Database/Bot.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/CamilStaps/BotleaguesApi/Database/Bot.php b/src/CamilStaps/BotleaguesApi/Database/Bot.php
new file mode 100644
index 0000000..f0be0fc
--- /dev/null
+++ b/src/CamilStaps/BotleaguesApi/Database/Bot.php
@@ -0,0 +1,9 @@
+<?php
+namespace CamilStaps\BotleaguesApi\Database;
+
+class Bot extends Model {
+
+ protected $table = 'bots';
+ protected $fillable = ['userId', 'gameId', 'title'];
+
+} \ No newline at end of file