mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-23 12:44:12 -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
|
||||
* @param $asset_category string
|
||||
* @param $item_type stringI
|
||||
* @param $item_type string
|
||||
* @return Category
|
||||
*/
|
||||
public function createOrFetchCategory($asset_category, $item_type)
|
||||
|
@ -856,4 +856,4 @@ class ObjectImportCommand extends Command {
|
|||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue