|
|
@ -16,4 +16,5 @@ return [ |
|
|
\App\Service\AdServiceInterface::class => \App\Service\AdService::class, |
|
|
\App\Service\AdServiceInterface::class => \App\Service\AdService::class, |
|
|
\App\Commons\Log::class => \App\Commons\Log::class, |
|
|
\App\Commons\Log::class => \App\Commons\Log::class, |
|
|
\App\Service\CouponRebateServiceInterface::class => \App\Service\CouponRebateService::class, |
|
|
\App\Service\CouponRebateServiceInterface::class => \App\Service\CouponRebateService::class, |
|
|
|
|
|
\App\Service\UserServiceInterface::class => \App\Service\UserService::class, |
|
|
]; |
|
|
]; |