diff --git a/src/Entity/Tab/History.php b/src/Entity/Tab/History.php new file mode 100644 index 00000000..3f80969a --- /dev/null +++ b/src/Entity/Tab/History.php @@ -0,0 +1,22 @@ +app = $app; + + // Init config + $this->config = \Yggverse\Yoda\Model\File::getConfig()->app->tab->page; + } +} \ No newline at end of file