mirror of
https://github.com/kevin-DL/commander_league_api.git
synced 2026-01-12 02:45:19 +00:00
19 lines
236 B
PHP
19 lines
236 B
PHP
<?php
|
|
|
|
namespace App\Http\Controllers;
|
|
|
|
class ExampleController extends Controller
|
|
{
|
|
/**
|
|
* Create a new controller instance.
|
|
*
|
|
* @return void
|
|
*/
|
|
public function __construct()
|
|
{
|
|
//
|
|
}
|
|
|
|
//
|
|
}
|