Move CryptoParam to different namespace

This commit is contained in:
Marcin Łojewski
2018-12-24 23:51:05 +01:00
parent d6150f9505
commit a3a2a90d87
7 changed files with 1 additions and 7 deletions

View File

@@ -21,7 +21,6 @@
namespace OCA\UserSQL\Crypto; namespace OCA\UserSQL\Crypto;
use OCA\UserSQL\Model\CryptoParam;
use OCP\IL10N; use OCP\IL10N;
/** /**

View File

@@ -21,7 +21,6 @@
namespace OCA\UserSQL\Crypto; namespace OCA\UserSQL\Crypto;
use OCA\UserSQL\Model\CryptoParam;
use OCP\IL10N; use OCP\IL10N;
/** /**

View File

@@ -21,7 +21,6 @@
namespace OCA\UserSQL\Crypto; namespace OCA\UserSQL\Crypto;
use OCA\UserSQL\Model\CryptoParam;
use OCP\IL10N; use OCP\IL10N;
/** /**

View File

@@ -21,7 +21,6 @@
namespace OCA\UserSQL\Crypto; namespace OCA\UserSQL\Crypto;
use OCA\UserSQL\Model\CryptoParam;
use OCP\IL10N; use OCP\IL10N;
/** /**

View File

@@ -21,7 +21,6 @@
namespace OCA\UserSQL\Crypto; namespace OCA\UserSQL\Crypto;
use OCA\UserSQL\Model\CryptoParam;
use OCP\IL10N; use OCP\IL10N;
/** /**

View File

@@ -19,7 +19,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>. * 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. * A parameter of a hash algorithm.

View File

@@ -21,7 +21,6 @@
namespace OCA\UserSQL\Crypto; namespace OCA\UserSQL\Crypto;
use OCA\UserSQL\Model\CryptoParam;
use OCP\IL10N; use OCP\IL10N;
/** /**