Skip to content

Commit 3004f85

Browse files
committed
Add autoload.php
1 parent 1725b48 commit 3004f85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @author Candison November <www.kandisheng.com>
66
*/
77

8-
if (!file_exists('autoloadDirectory')) {
8+
if (!class_exists('autoloadDirectory')) {
99
/**
1010
* Autoload Directory
1111
* @param string $directory

0 commit comments

Comments
 (0)