[WIP] Order process

This commit is contained in:
Ludovic CANDELLIER
2022-07-03 22:38:08 +02:00
parent eae2cdf345
commit 719e4481d7
60 changed files with 1146 additions and 295 deletions

View File

@@ -1,6 +1,6 @@
<?php
namespace App\Http\Controllers\Commercial;
namespace App\Http\Controllers\Shop;
use App\Http\Controllers\Controller as ParentController;