This commit is contained in:
Ludovic CANDELLIER
2021-04-08 16:18:21 +02:00
parent 8ec6f24df4
commit d53e9f5a4f
20 changed files with 2488 additions and 14 deletions

View File

@@ -7,7 +7,7 @@ use App\Http\Controllers\Controller;
use App\Repositories\Shop\Articles;
use App\Repositories\Shop\ArticleFamilies;
use App\DataTables\Shop\ArticlesDataTable;
use App\Datatables\Shop\ArticlesDataTable;
class ArticleController extends Controller
{