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 {