From 5e012225361674e6fca112ed538d04f5cf1f6237 Mon Sep 17 00:00:00 2001 From: Olivier Laviale Date: Sun, 6 Nov 2016 18:29:22 +0100 Subject: [PATCH] Fixed README examples --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 245bf6e..4501c8a 100644 --- a/README.md +++ b/README.md @@ -81,10 +81,10 @@ return [ 'username' => 'root', 'password' => 'root', 'options' => [ - - ConnectionOptions:TIMEZONE => '+02:00', + + ConnectionOptions::TIMEZONE => '+02:00', ConnectionOptions::TABLE_NAME_PREFIX => 'myprefix' - + ] ],