mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
14 lines
147 B
PHP
14 lines
147 B
PHP
<?php
|
|
|
|
namespace App\Http\Controllers;
|
|
|
|
use Illuminate\Http\Request;
|
|
|
|
class Test extends Controller
|
|
{
|
|
//
|
|
public function index(){
|
|
|
|
}
|
|
}
|