Skip to content

Instantly share code, notes, and snippets.

@aelamel
Created January 24, 2019 22:28
Show Gist options
  • Save aelamel/6d5844996059d34aa329c5272546610d to your computer and use it in GitHub Desktop.
Save aelamel/6d5844996059d34aa329c5272546610d to your computer and use it in GitHub Desktop.
services:
app.google_cloud_storage_factory:
class: AppBundle\Factory\GoogleCloudStorageServiceFactory
arguments: ['%cloud_storage%']
app.google_cloud_storage.service:
class: \Google_Service_Storage
factory: 'app.google_cloud_storage_factory:createService'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment