aboutsummaryrefslogblamecommitdiff
path: root/src/controllers/BaseController.php
blob: 78bda5f80fa13b6591b969d53b49e5f6a7915294 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
     
                                               
 
                               

                                                             
                    
 
<?php
namespace CamilStaps\BotleaguesApi\Controllers;

use \Dingo\Api\Routing\Helpers;

class BaseController extends \Illuminate\Routing\Controller {

	use Helpers;

}