File tree 2 files changed +40
-0
lines changed
2 files changed +40
-0
lines changed Original file line number Diff line number Diff line change @@ -74,4 +74,24 @@ public function getKey()
74
74
// We have no key to return. This exists purely to comply with the interface.
75
75
return '' ;
76
76
}
77
+
78
+ /**
79
+ * @return array
80
+ */
81
+ public function getAllKeys ()
82
+ {
83
+ // We have no keys to return. This exists purely to comply with the interface.
84
+ return [];
85
+ }
86
+
87
+ /**
88
+ * Get the previous encryption keys.
89
+ *
90
+ * @return array
91
+ */
92
+ public function getPreviousKeys ()
93
+ {
94
+ // We have no keys to return. This exists purely to comply with the interface.
95
+ return [];
96
+ }
77
97
}
Original file line number Diff line number Diff line change @@ -77,4 +77,24 @@ public function getKey()
77
77
// We have no key to return. This exists purely to comply with the interface.
78
78
return '' ;
79
79
}
80
+
81
+ /**
82
+ * @return array
83
+ */
84
+ public function getAllKeys ()
85
+ {
86
+ // We have no keys to return. This exists purely to comply with the interface.
87
+ return [];
88
+ }
89
+
90
+ /**
91
+ * Get the previous encryption keys.
92
+ *
93
+ * @return array
94
+ */
95
+ public function getPreviousKeys ()
96
+ {
97
+ // We have no keys to return. This exists purely to comply with the interface.
98
+ return [];
99
+ }
80
100
}
You can’t perform that action at this time.
0 commit comments