Skip to content

Commit a3a2a90

Browse files
committed
Move CryptoParam to different namespace
1 parent d6150f9 commit a3a2a90

7 files changed

Lines changed: 1 addition & 7 deletions

File tree

lib/Crypto/CryptArgon2.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222
namespace OCA\UserSQL\Crypto;
2323

24-
use OCA\UserSQL\Model\CryptoParam;
2524
use OCP\IL10N;
2625

2726
/**

lib/Crypto/CryptBlowfish.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222
namespace OCA\UserSQL\Crypto;
2323

24-
use OCA\UserSQL\Model\CryptoParam;
2524
use OCP\IL10N;
2625

2726
/**

lib/Crypto/CryptExtendedDES.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222
namespace OCA\UserSQL\Crypto;
2323

24-
use OCA\UserSQL\Model\CryptoParam;
2524
use OCP\IL10N;
2625

2726
/**

lib/Crypto/CryptSHA256.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222
namespace OCA\UserSQL\Crypto;
2323

24-
use OCA\UserSQL\Model\CryptoParam;
2524
use OCP\IL10N;
2625

2726
/**

lib/Crypto/CryptSHA512.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222
namespace OCA\UserSQL\Crypto;
2323

24-
use OCA\UserSQL\Model\CryptoParam;
2524
use OCP\IL10N;
2625

2726
/**
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* along with this program. If not, see <https://www.gnu.org/licenses/>.
2020
*/
2121

22-
namespace OCA\UserSQL\Model;
22+
namespace OCA\UserSQL\Crypto;
2323

2424
/**
2525
* A parameter of a hash algorithm.

lib/Crypto/Phpass.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222
namespace OCA\UserSQL\Crypto;
2323

24-
use OCA\UserSQL\Model\CryptoParam;
2524
use OCP\IL10N;
2625

2726
/**

0 commit comments

Comments
 (0)