insites-consulting / azure-key-vault

Allow secrets to be easily fetched from an Azure Key Vault from within a Laravel application
4 stars 10 forks source link

Quote class name in publish command #5

Closed stephen-isc closed 2 years ago

stephen-isc commented 2 years ago

The fully-qualified class name contains backslashes, and this causes publishing to silently fail since many shells will strip these. Enclose the name in quotes to avoid this.

closes #4