tagging code

This commit is contained in:
akemidx 2023-06-14 15:51:14 -04:00
parent efaed3d02c
commit df6b4ff349

View file

@ -27,6 +27,9 @@ class LicenseImporter extends ItemImporter
* @since 4.0 * @since 4.0
* @param array $row * @param array $row
* @return License|mixed|null * @return License|mixed|null
* updated @author Jes Vinsmoke
* @since 6.1
*
*/ */
public function createLicenseIfNotExists(array $row) public function createLicenseIfNotExists(array $row)
{ {