From 01bd81cf3f943b4aff4e79f93910ab764a873548 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 7 Jan 2026 20:18:27 -0600 Subject: MASSIVE UPDATE TO PYTHON STATIC SERVICE --- src/Controller/FeedController.php | 47 --------------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 src/Controller/FeedController.php (limited to 'src/Controller/FeedController.php') diff --git a/src/Controller/FeedController.php b/src/Controller/FeedController.php deleted file mode 100644 index 8bba37f..0000000 --- a/src/Controller/FeedController.php +++ /dev/null @@ -1,47 +0,0 @@ -canonical_url = $canonical_url; - $this->description = $description; - $this->title = $title; - $this->content = $content; - $this->current_year = date("Y"); - } - - /** - * Request template to be presented to the user - * - * @access public - * @author Christian Cleberg - */ - public function render(): void - { - include_once 'src/View/BaseTemplate.php'; - } -} -- cgit v1.2.3