Skip to content

Commit

Permalink
Fixed README examples
Browse files Browse the repository at this point in the history
  • Loading branch information
olvlvl committed Nov 6, 2016
1 parent 92e58ce commit 5e01222
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -81,10 +81,10 @@ return [
'username' => 'root',
'password' => 'root',
'options' => [
ConnectionOptions:TIMEZONE => '+02:00',

ConnectionOptions::TIMEZONE => '+02:00',
ConnectionOptions::TABLE_NAME_PREFIX => 'myprefix'

]
],

Expand Down

0 comments on commit 5e01222

Please sign in to comment.