diff options
author | Miha Petkovsek <miha.petkovsek@gmail.com> | 2019-11-09 09:05:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-09 09:05:15 +0100 |
commit | 80f787404a7a0cdedaf5aaa678363f8da18b5908 (patch) | |
tree | 4d290a9bbd24e30961d0798a1d50e62e19fa1634 /.gitmodules | |
parent | f4e52a125ad70bb5eae718477cb6be502175700a (diff) | |
parent | 15a23dc40de3e5cf6344f2bea618481873d605c4 (diff) | |
download | phpipam-api-clients-80f787404a7a0cdedaf5aaa678363f8da18b5908.tar.gz |
Merge pull request #23 from isaqueprofeta/master
Add phpipamsdk to the libraries
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 5f13f77..3ccb67d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "phpipam-pyclient"] path = phpipam-pyclient url = https://github.com/viniciusarcanjo/phpipam-pyclient.git +[submodule "phpipamsdk"] + path = phpipamsdk + url = https://github.com/efenian/phpipamsdk.git |