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

use \Dingo\Api\Routing\ControllerTrait;

class BaseController extends \Illuminate\Routing\Controller {

	use ControllerTrait;

}