# sync-basalam/1.10.5/includes/Infrastructure/Container/ServiceProviderInterface.php

ووسلام – همگام سازی ووکامرس و باسلام, version 1.10.5. 11 lines.

- Page: https://pluginprobe.com/plugins/sync-basalam/1.10.5/code/includes/Infrastructure/Container/ServiceProviderInterface.php
- Raw: https://pluginprobe.com/plugins/sync-basalam/1.10.5/raw/includes/Infrastructure/Container/ServiceProviderInterface.php
- Modified: 2026-08-05T14:13:10+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/sync-basalam/1.10.5/code/includes/Infrastructure/Container/ServiceProviderInterface.php#L10-L20`.

```php
<?php

namespace SyncBasalam\Infrastructure\Container;

defined('ABSPATH') || exit;

interface ServiceProviderInterface
{
    public function register(ContainerInterface $container): void;
}

```
