From 45d3f7df630572a6ca24a163dcaa7893ed630823 Mon Sep 17 00:00:00 2001 From: Camille Lafitte Date: Mon, 23 Aug 2021 14:53:43 +0200 Subject: [PATCH] Don't break when try example code * solves #24 --- examples/autoload.php | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/autoload.php b/examples/autoload.php index ba46ffb..9db8f67 100644 --- a/examples/autoload.php +++ b/examples/autoload.php @@ -4,6 +4,7 @@ * * Do not edit this file directly */ +include __DIR__.'/../src/functions.php'; spl_autoload_register(function($className) { static $classMap;