mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 05:04:07 -08:00
Fix typo.
This commit is contained in:
parent
dab2a50982
commit
a729038ccd
|
@ -286,7 +286,7 @@ class ObjectImportCommand extends Command {
|
||||||
/**
|
/**
|
||||||
* Finds a category with the same name and item type in the database, otherwise creates it
|
* Finds a category with the same name and item type in the database, otherwise creates it
|
||||||
* @param $asset_category string
|
* @param $asset_category string
|
||||||
* @param $item_type stringI
|
* @param $item_type string
|
||||||
* @return Category
|
* @return Category
|
||||||
*/
|
*/
|
||||||
public function createOrFetchCategory($asset_category, $item_type)
|
public function createOrFetchCategory($asset_category, $item_type)
|
||||||
|
@ -856,4 +856,4 @@ class ObjectImportCommand extends Command {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue