This commit is contained in:
Ludovic CANDELLIER
2022-01-19 22:43:32 +01:00
parent b3f2aa36be
commit efff4f0341
7 changed files with 43 additions and 10 deletions

View File

@@ -18,5 +18,4 @@ class ArticleController extends Controller
// exit;
return view('Shop.Articles.show', $data);
}
}