Added Registerable interface as the FileStackFactory is using it.
[core.git] / inc / classes / main / stacker / file / fifo / class_FiFoFileStack.php
index 1a81058cd4924602f5c5c62f188375b78845b33d..8d49b74f26ab19f1c276e6be78ac23471cafbad0 100644 (file)
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
-class FiFoFileStack extends BaseFileStack implements StackableFile {
+class FiFoFileStack extends BaseFileStack implements StackableFile, Registerable {
        /**
         * Protected constructor
         *