mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 06:27:52 +00:00
fix: put namespaces as first line after php opening tag
This commit is contained in:
+1
-2
@@ -1,10 +1,9 @@
|
||||
<?php
|
||||
namespace Dtfb\Component\com_sportsmanager\Administrator\Controller;
|
||||
/*
|
||||
* Sports Manager (C) 2006-2020, Sven Nickel
|
||||
*/
|
||||
|
||||
namespace Dtfb\Component\com_sportsmanager\Administrator\Controller;
|
||||
|
||||
// No direct access to this file
|
||||
use Joomla\CMS\MVC\Controller\BaseController;
|
||||
|
||||
|
||||
-1
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
namespace Dtfb\Component\com_sportsmanager\Administrator\Extension;
|
||||
|
||||
defined('JPATH_PLATFORM') or die;
|
||||
|
||||
+1
-2
@@ -1,10 +1,9 @@
|
||||
<?php
|
||||
namespace Dtfb\Component\com_sportsmanager\Administrator\View\Sportsmanager;
|
||||
/*
|
||||
* Sports Manager (C) 2006-2020, Sven Nickel
|
||||
*/
|
||||
|
||||
namespace Dtfb\Component\com_sportsmanager\Administrator\View\Sportsmanager;
|
||||
|
||||
// No direct access to this file
|
||||
use Joomla\CMS\Language\Text;
|
||||
use Joomla\CMS\MVC\View\HtmlView as BaseHtmlView;
|
||||
|
||||
Reference in New Issue
Block a user