Skip to content

Commit

Permalink
namespace refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
StereoFlo committed Sep 18, 2018
1 parent e9b9ba3 commit 6a74d60
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/Func/Domain/Add.php → src/Func/Dns/Add.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace IspApi\Func\Domain;
namespace IspApi\Func\Dns;

use IspApi\Func\AbstractFunc;

Expand Down
2 changes: 1 addition & 1 deletion src/Func/Domain/Delete.php → src/Func/Dns/Delete.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace IspApi\Func\Domain;
namespace IspApi\Func\Dns;

use IspApi\Func\AbstractFunc;

Expand Down
2 changes: 1 addition & 1 deletion src/Func/Domain/GetList.php → src/Func/Dns/GetList.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace IspApi\Func\Domain;
namespace IspApi\Func\Dns;

use IspApi\Func\AbstractFunc;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace IspApi\Func\Domain\Record;
namespace IspApi\Func\Dns\Record;

use IspApi\Func\AbstractFunc;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace IspApi\Func\Domain\Record;
namespace IspApi\Func\Dns\Record;

use IspApi\Func\AbstractFunc;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace IspApi\Func\Domain\Record;
namespace IspApi\Func\Dns\Record;

use IspApi\Func\AbstractFunc;

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 6a74d60

Please sign in to comment.