removed demo controller

This commit is contained in:
Marco Cavalli 2023-10-12 09:57:48 +02:00
parent 94542ea555
commit 3c4dbf7f76
1 changed files with 0 additions and 18 deletions

View File

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