c3lf-system-3/app/Http/Controllers/ExampleController.php
Jan Felix Wiebe 3838496c84 init
2019-11-14 23:18:57 +01:00

18 lines
236 B
PHP

<?php
namespace App\Http\Controllers;
class ExampleController extends Controller
{
/**
* Create a new controller instance.
*
* @return void
*/
public function __construct()
{
//
}
//
}