mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-30 05:58:46 +02:00
N°7059 - Symfony 6.4 - Add missing namespaces to match PSR-4 convention (#589)
This commit is contained in:
@@ -17,6 +17,15 @@
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
*/
|
||||
|
||||
namespace Combodo\iTop\Application\WebPage;
|
||||
|
||||
use ApplicationContext;
|
||||
use ExecutionKPI;
|
||||
use MetaModel;
|
||||
use ThemeHandler;
|
||||
use UserRights;
|
||||
use utils;
|
||||
|
||||
/**
|
||||
* Web page with some associated CSS and scripts (jquery) for a fancier display
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user