change for description by level of data

This commit is contained in:
Ludovic CANDELLIER
2022-06-16 22:59:26 +02:00
parent 4801ff4338
commit 35310b049e
4 changed files with 43 additions and 18 deletions

View File

@@ -14,6 +14,8 @@ class ArticleController extends Controller
{
$data = self::init();
$data['article'] = Articles::getArticleToSell($id);
dump($data);
exit;
return view('Shop.Articles.show', $data);
}
}