Custom Backend OSPRO Surveyor Indonesia

17 lines
234 B

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