1
0
Fork 0
mirror of https://github.com/Oreolek/yii2-nested-sets.git synced 2024-05-16 15:58:17 +03:00

Fixed autoload by composer

This commit is contained in:
KiTE 2013-11-27 14:13:54 +02:00
parent 029f453617
commit 533aa9c0cf

View file

@ -15,5 +15,11 @@
"require": {
"php": ">=5.3.0",
"yiisoft/yii2": "master"
},
"autoload": {
"classmap": [
"NestedSet.php",
"NestedSetQuery.php"
]
}
}