Skip to content

Commit 6a74d60

Browse files
committed
namespace refactor
1 parent e9b9ba3 commit 6a74d60

8 files changed

Lines changed: 6 additions & 6 deletions

File tree

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

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

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

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

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

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

0 commit comments

Comments
 (0)