partial update transaction work with stock product

This commit is contained in:
2025-06-24 19:42:19 +07:00
parent 33502e905d
commit c3233ea6b2
20 changed files with 3432 additions and 239 deletions

View File

@@ -17,7 +17,9 @@ class AppServiceProvider extends ServiceProvider
*/
public function register()
{
//
$this->app->singleton(\App\Services\StockService::class, function ($app) {
return new \App\Services\StockService();
});
}
/**