app->bind(InventoryServiceInterface::class, InventoryService::class); $this->app->bind(ProductServiceInterface::class, ProductService::class); } public function boot(): void { // } }