This commit is contained in:
paoloar77
2024-11-27 14:50:35 +01:00
parent f9ca2f927f
commit f09c4550e7

View File

@@ -6,7 +6,7 @@ use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response; use Symfony\Component\HttpFoundation\Response;
use Illuminate\Support\Facades\DB; use Illuminate\Support\Facades\DB;
use App\Models\Article; // Assicurati che il percorso sia corretto use App\Article;
class ArticleController extends Controller class ArticleController extends Controller
{ {