Skip to content

Commit

Permalink
BUGFIX LocationCSVBulkLoader incorrect namespace (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirish authored Mar 15, 2023
1 parent d198704 commit b92675b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bulkloader/LocationCsvBulkLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace Dynamic\Locator\Bulkloader;

use Dynamic\Locator\Location;
use Dynamic\Locator\Model\LocationCategory;
use phpDocumentor\Reflection\Location;
use SilverStripe\Dev\CsvBulkLoader;
use SilverStripe\Core\Convert;
use SilverStripe\i18n\Data\Intl\IntlLocales;
Expand Down

0 comments on commit b92675b

Please sign in to comment.