Skip to content

Commit 6a74d60

Browse files
committed
namespace refactor
1 parent e9b9ba3 commit 6a74d60

File tree

8 files changed

+6
-6
lines changed

8 files changed

+6
-6
lines changed

src/Func/Domain/Add.php renamed to src/Func/Dns/Add.php

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

3-
namespace IspApi\Func\Domain;
3+
namespace IspApi\Func\Dns;
44

55
use IspApi\Func\AbstractFunc;
66

src/Func/Domain/Delete.php renamed to src/Func/Dns/Delete.php

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

3-
namespace IspApi\Func\Domain;
3+
namespace IspApi\Func\Dns;
44

55
use IspApi\Func\AbstractFunc;
66

src/Func/Domain/GetList.php renamed to src/Func/Dns/GetList.php

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

3-
namespace IspApi\Func\Domain;
3+
namespace IspApi\Func\Dns;
44

55
use IspApi\Func\AbstractFunc;
66

src/Func/Domain/Record/Add.php renamed to src/Func/Dns/Record/Add.php

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

3-
namespace IspApi\Func\Domain\Record;
3+
namespace IspApi\Func\Dns\Record;
44

55
use IspApi\Func\AbstractFunc;
66

src/Func/Domain/Record/Delete.php renamed to src/Func/Dns/Record/Delete.php

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

3-
namespace IspApi\Func\Domain\Record;
3+
namespace IspApi\Func\Dns\Record;
44

55
use IspApi\Func\AbstractFunc;
66

src/Func/Domain/Record/GetList.php renamed to src/Func/Dns/Record/GetList.php

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

3-
namespace IspApi\Func\Domain\Record;
3+
namespace IspApi\Func\Dns\Record;
44

55
use IspApi\Func\AbstractFunc;
66

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)