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

View File

@@ -7,7 +7,7 @@ use App\Http\Controllers\Controller;
use App\Repositories\Shop\ArticleFamilies;
use App\Repositories\Shop\Packages;
use App\DataTables\Shop\PackagesDataTable;
use App\Datatables\Shop\PackagesDataTable;
class PackageController extends Controller
{