partial update transaction work with stock product
This commit is contained in:
@@ -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();
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user