mirror of
https://github.com/kevin-DL/commander_league_api.git
synced 2026-01-12 19:05:15 +00:00
Initial Commit
This commit is contained in:
10
app/Http/Controllers/Controller.php
Normal file
10
app/Http/Controllers/Controller.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
use Laravel\Lumen\Routing\Controller as BaseController;
|
||||
|
||||
class Controller extends BaseController
|
||||
{
|
||||
//
|
||||
}
|
||||
Reference in New Issue
Block a user