NerdsAndCompany\Schematic\Services\AssetSources::getAssetSourcesService PHP Method

getAssetSourcesService() private method

private getAssetSourcesService ( ) : AssetSourcesService
return AssetSourcesService
    private function getAssetSourcesService()
    {
        return Craft::app()->assetSources;
    }