diff --git a/components/Right/Right.php b/components/Right/Right.php new file mode 100644 index 0000000000..62ddce268b --- /dev/null +++ b/components/Right/Right.php @@ -0,0 +1,31 @@ +. +// }}} + +namespace Component\Right; + +use App\Core\Event; +use App\Core\Modules\Component; + +class Right extends Component +{ + public function onEndTwigPopulateVars(array &$vars) + { + return Event::next; + } +}