Skip to content

Commit

Permalink
FIX Quote yample starting with %
Browse files Browse the repository at this point in the history
  • Loading branch information
dhensby committed Jul 27, 2017
1 parent d7118b6 commit 0c2b484
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions _config/connectors.yml
Expand Up @@ -5,15 +5,15 @@ SilverStripe\Core\Injector\Injector:
PostgrePDODatabase:
class: 'SilverStripe\PostgreSQL\PostgreSQLDatabase'
properties:
connector: %$PDOConnector
schemaManager: %$PostgreSQLSchemaManager
queryBuilder: %$PostgreSQLQueryBuilder
connector: '%$PDOConnector'
schemaManager: '%$PostgreSQLSchemaManager'
queryBuilder: '%$PostgreSQLQueryBuilder'
PostgreSQLDatabase:
class: 'SilverStripe\PostgreSQL\PostgreSQLDatabase'
properties:
connector: %$PostgreSQLConnector
schemaManager: %$PostgreSQLSchemaManager
queryBuilder: %$PostgreSQLQueryBuilder
connector: '%$PostgreSQLConnector'
schemaManager: '%$PostgreSQLSchemaManager'
queryBuilder: '%$PostgreSQLQueryBuilder'
PostgreSQLConnector:
class: 'SilverStripe\PostgreSQL\PostgreSQLConnector'
type: prototype
Expand Down

0 comments on commit 0c2b484

Please sign in to comment.