Rework products with components

This commit is contained in:
2024-08-14 22:16:09 +10:00
parent 1b581e9feb
commit f1031beff6
11 changed files with 132 additions and 302 deletions

View File

@@ -35,5 +35,6 @@ class AppServiceProvider extends ServiceProvider
Route::model('co',\App\Models\Checkout::class);
Route::model('po',\App\Models\Payment::class);
Route::model('pdo',\App\Models\Product::class);
}
}