From 2b789170e0f29e0c8012d025ef48d1a4f639c2e1 Mon Sep 17 00:00:00 2001 From: gmelikov Date: Thu, 12 Nov 2015 13:12:30 +0300 Subject: [PATCH] Added credentials config for simplicity + minor change --- PHPDaemon/Examples/ExampleWithMySQL.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/PHPDaemon/Examples/ExampleWithMySQL.php b/PHPDaemon/Examples/ExampleWithMySQL.php index cb7d87d5..64cf01d4 100644 --- a/PHPDaemon/Examples/ExampleWithMySQL.php +++ b/PHPDaemon/Examples/ExampleWithMySQL.php @@ -1,4 +1,13 @@ appInstance->sql->getConnection(function ($sql) use ($name, $job) { if (!$sql->isConnected()) {