BUB-19 - Aggiunto tabella gestione Progetti e prime funzioni nel model

This commit is contained in:
2023-04-12 16:16:26 +02:00
parent e95f5b2e14
commit 6d759ffacd
5 changed files with 158 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
class ProgettiController extends Controller
{
//
}