Custom Backend OSPRO Surveyor Indonesia

16 lines
234 B

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