Skip to content

Commit 1c24c39

Browse files
committed
fixed functions.php path
1 parent 8cb01bb commit 1c24c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"minimum-stability": "stable",
2121
"autoload": {
2222
"psr-4": {"nano\\": "./src"},
23-
"files": ["src/nano/functions.php"]
23+
"files": ["src/functions.php"]
2424
},
2525
"require": {
2626
"php": "^7.1.3"

0 commit comments

Comments
 (0)