Skip to content

Commit

Permalink
modify property name
Browse files Browse the repository at this point in the history
  • Loading branch information
stelin committed Mar 19, 2018
1 parent 06f72e8 commit 9f2b121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pool/Config/DbSlavePoolConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class DbSlavePoolConfig extends DbPoolProperties
/**
* the default driver is mysql
*
* @Value(name="${config.db.driver.provider}", env="${DB_SLAVE_DRIVER}")
* @Value(name="${config.db.slave.driver}", env="${DB_SLAVE_DRIVER}")
* @var string
*/
protected $driver = Driver::MYSQL;
Expand Down

0 comments on commit 9f2b121

Please sign in to comment.