*/ public array $bindings = [ /** User repository */ \App\Shared\Service\User\SearchByIdContract::class => \App\Shared\Service\User\SearchById::class, ]; /** * @var array */ public array $singletons = [ /** Singletons */ ]; }