Update app/Importer/LocationImporter.php

Co-authored-by: Marcus Moore <contact@marcusmoore.io>
This commit is contained in:
snipe 2023-04-18 13:26:23 -07:00 committed by GitHub
parent 78ec21acc4
commit aedfef78d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ use App\Models\Location;
* When we are importing users via an Asset/etc import, we use createOrFetchUser() in
* App\Importer.php. [ALG]
*
* Class UserImporter
* Class LocationImporter
*/
class LocationImporter extends ItemImporter
{