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