Skip to content

Commit 3faba58

Browse files
committed
Fixed an error
1 parent bccb629 commit 3faba58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

easydatetime.class.php

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

3-
require_once __DIR__ . '/vendor/autoload.php';
3+
// require_once __DIR__ . '/vendor/autoload.php';
4+
require_once __DIR__ . "/../../autoload.php"; // for package
45

56
/**
67
* EasyDateTime class.

0 commit comments

Comments
 (0)