diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 7209fd166..8e18180fc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "application/third_party/mockery"] path = application/third_party/mockery url = https://github.com/padraic/mockery.git +[submodule "application/third_party/QrCode"] + path = application/third_party/QrCode + url = https://github.com/endroid/QrCode.git |