minor fixes

This commit is contained in:
ludo
2023-12-09 21:02:28 +01:00
parent bbf4bc4232
commit 7561a8e8ba
49 changed files with 448 additions and 266 deletions

View File

@@ -2,7 +2,7 @@
namespace App\Http\Controllers\Admin\Shop;
use App\Datatables\Shop\CustomerAddressesDataTable;
use App\Datatables\Admin\Shop\CustomerAddressesDataTable;
use App\Repositories\Shop\CustomerAddresses;
use Illuminate\Http\Request;