app->bind(InventoryServiceInterface::class, InventoryService::class); $this->app->bind(ProductServiceInterface::class, ProductService::class); $this->app->bind( \App\Modules\Inventory\Contracts\GoodsReceiptServiceInterface::class, \App\Modules\Inventory\Services\GoodsReceiptService::class ); } public function boot(): void { // } }