mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
3334eafcb1
See "Static configuration properties are now immutable, you must use Config API." in the 3.1 change log for details.
22 lines
843 B
Diff
22 lines
843 B
Diff
--- /Users/ingo/Silverstripe/ss-3.1/framework/security/Security.php
|
|
+++ /Users/ingo/Silverstripe/ss-3.1/framework/security/Security.php
|
|
@@ -52,2 +52,3 @@
|
|
+ * @config
|
|
*/
|
|
- protected static $encryption_algorithm = 'blowfish';
|
|
+ private static $encryption_algorithm = 'blowfish';
|
|
--- /Users/ingo/Silverstripe/ss-3.1/framework/security/Security.php
|
|
+++ /Users/ingo/Silverstripe/ss-3.1/framework/security/Security.php
|
|
@@ -52,2 +52,3 @@
|
|
+ * @config
|
|
*/
|
|
- protected static $encryption_algorithm = 'blowfish';
|
|
+ private static $encryption_algorithm = 'blowfish';
|
|
--- /Users/ingo/Silverstripe/ss-3.1/framework/security/Security.php
|
|
+++ /Users/ingo/Silverstripe/ss-3.1/framework/security/Security.php
|
|
@@ -52,2 +52,3 @@
|
|
+ * @config
|
|
*/
|
|
- protected static $encryption_algorithm = 'blowfish';
|
|
+ private static $encryption_algorithm = 'blowfish';
|