mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-03-02 02:07:42 +01: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(){
|
|
|
|
}
|
|
}
|