1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-03-02 02:07:42 +01:00
2021-01-04 11:21:16 +01:00

14 lines
147 B
PHP

<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
class Test extends Controller
{
//
public function index(){
}
}