Move CryptoParam to different namespace
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
|
||||
namespace OCA\UserSQL\Crypto;
|
||||
|
||||
use OCA\UserSQL\Model\CryptoParam;
|
||||
use OCP\IL10N;
|
||||
|
||||
/**
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
|
||||
namespace OCA\UserSQL\Crypto;
|
||||
|
||||
use OCA\UserSQL\Model\CryptoParam;
|
||||
use OCP\IL10N;
|
||||
|
||||
/**
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
|
||||
namespace OCA\UserSQL\Crypto;
|
||||
|
||||
use OCA\UserSQL\Model\CryptoParam;
|
||||
use OCP\IL10N;
|
||||
|
||||
/**
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
|
||||
namespace OCA\UserSQL\Crypto;
|
||||
|
||||
use OCA\UserSQL\Model\CryptoParam;
|
||||
use OCP\IL10N;
|
||||
|
||||
/**
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
|
||||
namespace OCA\UserSQL\Crypto;
|
||||
|
||||
use OCA\UserSQL\Model\CryptoParam;
|
||||
use OCP\IL10N;
|
||||
|
||||
/**
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
namespace OCA\UserSQL\Model;
|
||||
namespace OCA\UserSQL\Crypto;
|
||||
|
||||
/**
|
||||
* A parameter of a hash algorithm.
|
||||
@@ -21,7 +21,6 @@
|
||||
|
||||
namespace OCA\UserSQL\Crypto;
|
||||
|
||||
use OCA\UserSQL\Model\CryptoParam;
|
||||
use OCP\IL10N;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user