diff options
Diffstat (limited to 'src/CamilStaps/BotleaguesApi/Bot.php')
-rw-r--r-- | src/CamilStaps/BotleaguesApi/Bot.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/CamilStaps/BotleaguesApi/Bot.php b/src/CamilStaps/BotleaguesApi/Bot.php new file mode 100644 index 0000000..f45ada7 --- /dev/null +++ b/src/CamilStaps/BotleaguesApi/Bot.php @@ -0,0 +1,10 @@ +<?php +namespace CamilStaps\BotleaguesApi; + +use Illuminate\Database\Eloquent\Model; + +class Bot extends Model { + + + +}
\ No newline at end of file |