Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
Conflicts:
	src/Cache/Factory/DesarrollaCacheFactory.php
  • Loading branch information
Feijs committed Aug 12, 2016
2 parents 9a75788 + 553806e commit 7d6356e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
'host' => '127.0.0.1',
'username' => 'root',
'password' => '',
'dbname' => '',
'port' => 3306
],
'redis' => [
Expand Down
1 change: 1 addition & 0 deletions src/Cache/Factory/DesarrollaCacheFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ protected function createMysqlDriver()
$this->config['mysql']['host'],
$this->config['mysql']['username'],
$this->config['mysql']['password'],
$this->config['mysql']['dbname'],
$this->config['mysql']['port']
);
}
Expand Down

0 comments on commit 7d6356e

Please sign in to comment.