Skip to content

Commit

Permalink
Change classname
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnvdwerf committed Oct 18, 2024
1 parent dd320e9 commit 4734478
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/teksttv.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@

defined('ABSPATH') or die('Direct access not allowed');

class Narrowcasting_API
namespace Streekomroep;

class TekstTVAPI
{
public function __construct()
{
Expand Down Expand Up @@ -313,4 +315,4 @@ private function get_next_fm_program()
}
}

$narrowcasting_api = new Narrowcasting_API();
$teksttv_api = new TekstTVAPI();

0 comments on commit 4734478

Please sign in to comment.