From: Roland Häder Date: Sun, 6 Dec 2020 08:00:57 +0000 (+0100) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c3da44af864dac278a45df35d39f5cd75ced35a2;p=core.git Continued: - ops, also need to use/"load" the trait ... Signed-off-by: Roland Häder --- diff --git a/framework/main/classes/stacker/file/class_BaseFileStack.php b/framework/main/classes/stacker/file/class_BaseFileStack.php index 5513c777..a5fba08d 100644 --- a/framework/main/classes/stacker/file/class_BaseFileStack.php +++ b/framework/main/classes/stacker/file/class_BaseFileStack.php @@ -44,6 +44,7 @@ use \UnexpectedValueException; */ abstract class BaseFileStack extends BaseStacker implements StackableFile { // Load traits + use IndexableTrait; use IteratorTrait; // Exception codes