aboutsummaryrefslogtreecommitdiff
path: root/src/CamilStaps/BotleaguesApi/Bot.php
blob: f45ada72d5ff8dec0a8be576d3b0fd70671f15d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<?php
namespace CamilStaps\BotleaguesApi;

use Illuminate\Database\Eloquent\Model;

class Bot extends Model {
	
	
	
}