mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 14:37:52 +00:00
fix: put namespaces as first line after php opening tag
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user