diff options
author | Camil Staps | 2015-05-14 11:18:12 +0200 |
---|---|---|
committer | Camil Staps | 2015-05-14 11:18:12 +0200 |
commit | a012ea9e7d5dd0baadb549e1460a8339224f37a5 (patch) | |
tree | a74414754eb8d00d21d92d1ca5be274235ac8e52 /src/CamilStaps/BotleaguesApi/Bot.php | |
parent | Password reminders start (diff) |
Own Model class; new namespaces Database and Controllers; RFC2822 dates
Diffstat (limited to 'src/CamilStaps/BotleaguesApi/Bot.php')
-rw-r--r-- | src/CamilStaps/BotleaguesApi/Bot.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/CamilStaps/BotleaguesApi/Bot.php b/src/CamilStaps/BotleaguesApi/Bot.php deleted file mode 100644 index 04fa2c7..0000000 --- a/src/CamilStaps/BotleaguesApi/Bot.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -namespace CamilStaps\BotleaguesApi; - -use Illuminate\Database\Eloquent\Model; - -class Bot extends Model { - - protected $table = 'bots'; - protected $fillable = ['userId', 'gameId', 'title']; - -}
\ No newline at end of file |