Skip to content

Commit e87c51c

Browse files
Change the autoload include
1 parent d56df04 commit e87c51c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

examples/example.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
22

3-
require __DIR__ . '/../../../autoload.php';
3+
require __DIR__ . '/../vendor/autoload.php';
4+
// require __DIR__ . '/../../../autoload.php';
45

56
use Northys\CSSInliner\CSSInliner;
67

0 commit comments

Comments
 (0)