index of
/
home
/
thefkyzp
/
hulmvisaadvisor.com
/
wp-content
/
plugins
/
surecart
/
app
/
src
/
Background
/
File: /home/thefkyzp/hulmvisaadvisor.com/wp-content/plugins/surecart/app/src/Background/SyncService.php
<?php namespace SureCart\Background; /** * Controls sync services. */ class SyncService { /** * The customer sync service. * * @return CustomerSyncService */ public function customers() { return new CustomerSyncService(); } }