From e6ad147790b7a5514e9a1aa78cf922be3f9bf677 Mon Sep 17 00:00:00 2001 From: ludo Date: Wed, 7 Feb 2024 20:43:58 +0100 Subject: [PATCH] fix --- app/Http/Controllers/Shop/ArticleController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Http/Controllers/Shop/ArticleController.php b/app/Http/Controllers/Shop/ArticleController.php index ab4dd524..78c7ea11 100644 --- a/app/Http/Controllers/Shop/ArticleController.php +++ b/app/Http/Controllers/Shop/ArticleController.php @@ -5,6 +5,7 @@ namespace App\Http\Controllers\Shop; use App\Http\Controllers\Controller; use App\Repositories\Shop\Articles; use App\Repositories\Shop\ArticleSiblings; +use Illuminate\Http\Request; class ArticleController extends Controller {