diff options
author | Christian Cleberg <hello@cmc.pub> | 2025-03-11 18:25:18 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cmc.pub> | 2025-03-11 18:25:18 -0500 |
commit | 0063209979f22d7d63333047b6e2de187f28ff9c (patch) | |
tree | 77d80b9830ab4e536ba915797d2fd5ec7d3600a1 /src/Controller/FeedController.php | |
parent | 4e146a6d1f189acd56376d9101215a9a6cbe7734 (diff) | |
download | hn-0063209979f22d7d63333047b6e2de187f28ff9c.tar.gz hn-0063209979f22d7d63333047b6e2de187f28ff9c.tar.bz2 hn-0063209979f22d7d63333047b6e2de187f28ff9c.zip |
move from cleberg.net to cmc.pub
Diffstat (limited to 'src/Controller/FeedController.php')
-rw-r--r-- | src/Controller/FeedController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Controller/FeedController.php b/src/Controller/FeedController.php index 0e3e3b4..86ae7eb 100644 --- a/src/Controller/FeedController.php +++ b/src/Controller/FeedController.php @@ -38,7 +38,7 @@ class FeedController * Request template to be presented to the user * * @access public - * @author cmc <hello@cleberg.net> + * @author Christian Cleberg <hello@cmc.pub> */ public function render(): void { |