feat: php vendor를 동적으로 구성하도록 변경 #209

Merged
Hide_D merged 7 commits from no_php_vendor_code into devel 2022-03-13 21:15:43 +09:00
Showing only changes of commit 27a00b339b - Show all commits
+5
View File
@@ -2,6 +2,11 @@
namespace sammo;
if(!file_exists(__DIR__ . '/../vendor/autoload.php')){
http_response_code(503);
die('not_ready');
}
require(__DIR__ . '/../vendor/autoload.php');
if (!class_exists('\\sammo\\RootDB')) {