diff --git a/examples/ExamplesConfig.php b/examples/ExamplesConfig.php index db7c854..b7edba0 100644 --- a/examples/ExamplesConfig.php +++ b/examples/ExamplesConfig.php @@ -17,7 +17,7 @@ class ExamplesConfig public function __construct() { - Util::$libraryPath='/src/'; + Util::$libraryPath = '/src/'; ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL);