This commit is contained in:
Ludovic CANDELLIER
2021-04-05 22:41:16 +02:00
parent 0620ab19c4
commit f99b81544f
9 changed files with 9 additions and 9 deletions

View File

@@ -5,5 +5,5 @@
])
@section('content')
@include('components.datatable', ['route' => route('Shop.Admin.ArticleFamilies.index'), 'model' => 'ArticleFamilies'])
@include('components.datatable', ['route' => route('Shop.Admin.ArticleFamilies.index'), 'model' => 'article_families'])
@endsection