Skip to content

Commit

Permalink
Merge pull request #153 from kolya7k/patch-1
Browse files Browse the repository at this point in the history
Update include.php
  • Loading branch information
isublimity committed Nov 26, 2021
2 parents 1036690 + dad6041 commit 990354d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
include_once __DIR__ . '/src/Exception/QueryException.php';
include_once __DIR__ . '/src/Exception/DatabaseException.php';
include_once __DIR__ . '/src/Exception/TransportException.php';
include_once __DIR__ . '/src/Exception/ClickHouseUnavailableException.php';
// Client
include_once __DIR__ . '/src/Statement.php';
include_once __DIR__ . '/src/Client.php';
Expand Down

0 comments on commit 990354d

Please sign in to comment.