Skip to content

Commit

Permalink
Bugfix: Fixed mistaken namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanbrauer committed Mar 8, 2024
1 parent 6229e98 commit 18ea03a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Tasks/LocationCategoriesTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace Dynamic\Locator\Tasks;

use Dynamic\Locator\Model\Location;
use Dynamic\Locator\Model\LocationCategory;
use Dynamic\Locator\Location;
use Dynamic\Locator\LocationCategory;
use SilverStripe\Dev\BuildTask;
use SilverStripe\ORM\DataObject;

Expand Down

0 comments on commit 18ea03a

Please sign in to comment.