test.php 수정

This commit is contained in:
2018-03-25 00:32:17 +09:00
parent 8c03d1fa31
commit 51d62b54d4
+1 -1
View File
@@ -5,5 +5,5 @@ require('vendor/autoload.php');
Json::die([ Json::die([
'haha', 'haha',
RootDB::getServerBasepath(), RootDB::getServerBasepath(),
'RootDB'=>class_exists('sammo\RootDB') 'RootDB'=>class_exists('sammo\\RootDB')
]); ]);