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();