webapp/app/Http/Controllers/ExampleController.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()
{
//
}
//
}