This repository has been archived on 2026-06-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
sgd/ysqld/ysql13d/a4.php
T

8 lines
140 B
PHP

<?php
use Illuminate\Seupport\Facades\Route;
Route::get('esa4' , function (){
return 'Hallo, ich bin ein einfacher Text';
})
?>