Skip to content

Commit 74f166b

Browse files
committed
Move OnDuplicate enum to Destinations namespace (co-locate with consumer)
1 parent f3ae6a2 commit 74f166b

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/Migration/Destinations/Appwrite.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
use Utopia\Database\Validator\UID;
3737
use Utopia\Migration\Destination;
3838
use Utopia\Migration\Exception;
39-
use Utopia\Migration\OnDuplicate;
4039
use Utopia\Migration\Resource;
4140
use Utopia\Migration\Resources\Auth\Hash;
4241
use Utopia\Migration\Resources\Auth\Membership;

src/Migration/OnDuplicate.php renamed to src/Migration/Destinations/OnDuplicate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Utopia\Migration;
3+
namespace Utopia\Migration\Destinations;
44

55
/**
66
* Behavior when a destination row with an existing ID is encountered.

0 commit comments

Comments
 (0)