1
0
mirror of https://github.com/dg/dibi.git synced 2025-07-12 10:06:25 +02:00

examples: uses composer autoload

This commit is contained in:
David Grudl
2017-07-21 22:10:51 +02:00
parent 1815b214ee
commit 6a4cc4f36f
13 changed files with 13 additions and 13 deletions

View File

@ -4,7 +4,7 @@
<?php
require __DIR__ . '/../src/loader.php';
require __DIR__ . '/../vendor/autoload.php';
date_default_timezone_set('Europe/Prague');