From 4734478c0485fa9395f87b0b9f7a9cc01214a2ae Mon Sep 17 00:00:00 2001 From: Marijn van der Werf Date: Fri, 18 Oct 2024 21:53:09 +0200 Subject: [PATCH] Change classname --- lib/teksttv.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/teksttv.php b/lib/teksttv.php index 4c0e72b..3b4dcfc 100644 --- a/lib/teksttv.php +++ b/lib/teksttv.php @@ -8,7 +8,9 @@ defined('ABSPATH') or die('Direct access not allowed'); -class Narrowcasting_API +namespace Streekomroep; + +class TekstTVAPI { public function __construct() { @@ -313,4 +315,4 @@ private function get_next_fm_program() } } -$narrowcasting_api = new Narrowcasting_API(); +$teksttv_api = new TekstTVAPI();