From 8f46ba13983a45a92da27717404283e3e654550a Mon Sep 17 00:00:00 2001 From: yggverse Date: Sun, 14 Apr 2024 16:01:30 +0300 Subject: [PATCH] init history tab entity --- src/Entity/Tab/History.php | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/Entity/Tab/History.php 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