Skip to content

Commit

Permalink
Data: implement into new component framework
Browse files Browse the repository at this point in the history
  • Loading branch information
klees committed Jan 26, 2024
1 parent bca57ae commit 76fc29a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/ILIAS/Data/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public function init(
array | \ArrayAccess &$pull,
array | \ArrayAccess &$internal,
): void {
// ...
$provide[\ILIAS\Data\Factory::class] = fn() =>
new \ILIAS\Data\Factory();
}
}

0 comments on commit 76fc29a

Please sign in to comment.