blob: 2cc52c5b8ba3479e306d3017681fb0d88d3ccf70 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
<?php
namespace CamilStaps\BotleaguesApi;
use \Dingo\Api\Routing\ControllerTrait;
class BaseController extends \Illuminate\Routing\Controller {
use ControllerTrait;
}
|