From 7acde11fe8a6746ec831d341a01c4b6d64374ad3 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 26 Mar 2019 10:06:57 +0800 Subject: [PATCH] add phpcommon --- .gitmodules | 3 +++ third_party/phpcommon | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 third_party/phpcommon diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..ce08b16 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "third_party/phpcommon"] + path = third_party/phpcommon + url = git@git.kingsome.cn:server_common/phpcommon.git diff --git a/third_party/phpcommon b/third_party/phpcommon new file mode 160000 index 0000000..4fa9d00 --- /dev/null +++ b/third_party/phpcommon @@ -0,0 +1 @@ +Subproject commit 4fa9d00842f4fd2fb2c0b3c82bfdaa4f7ac6a602