From 5cc38b583e04398004e33bd09447c91cb3c618cb Mon Sep 17 00:00:00 2001
From: filippo.bertilotti <filippobertilotti@gmail.com>
Date: Wed, 08 May 2024 09:46:25 +0200
Subject: [PATCH] aggiornamento codice: implementazione comando "use" e refactor

---
 src/App/Controllers/home.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/App/Controllers/home.php b/src/App/Controllers/home.php
index b086e7c..5985bca 100644
--- a/src/App/Controllers/home.php
+++ b/src/App/Controllers/home.php
@@ -1,5 +1,5 @@
 <?php
-
+namespace App\Controllers;
 class Home {
     public function index() {
         require "views/home_index.php";

--
Gitblit v1.8.0