add types

This commit is contained in:
2024-11-03 22:37:38 +05:00
parent 62ea6af082
commit 0a860b3259
6 changed files with 74 additions and 26 deletions

View File

@@ -1,7 +1 @@
<?php
use Illuminate\Support\Facades\Route;
Route::get('/', function () {
return view('welcome');
});