fix: put namespaces as first line after php opening tag

This commit is contained in:
Marvin Flock
2025-05-13 19:50:01 +02:00
parent d54e248d02
commit 365e7f00fd
@@ -1,10 +1,9 @@
<?php
namespace Dtfb\Component\com_sportsmanager\Site\Controller;
/*
* Sports Manager (C) 2006-2020, Sven Nickel
*/
namespace Dtfb\Component\com_sportsmanager\Site\Controller;
// Check to ensure this file is included in Joomla!
defined('_JEXEC') or die();