Moved logic to generate random short codes to external function

This commit is contained in:
Alejandro Celaya
2019-10-11 09:35:09 +02:00
parent 2f09ff456c
commit 8f2e78c946
3 changed files with 24 additions and 10 deletions

View File

@@ -78,7 +78,10 @@
"Shlinkio\\Shlink\\Rest\\": "module/Rest/src",
"Shlinkio\\Shlink\\Core\\": "module/Core/src",
"Shlinkio\\Shlink\\PreviewGenerator\\": "module/PreviewGenerator/src/"
}
},
"files": [
"module/Core/functions/functions.php"
]
},
"autoload-dev": {
"psr-4": {