mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 06:28:46 +02:00
N°6935 - Deprecate own router system in favor of Symfony's
This commit is contained in:
@@ -6,10 +6,13 @@
|
||||
|
||||
namespace Combodo\iTop\Controller;
|
||||
|
||||
|
||||
/**
|
||||
* @author Guillaume Lajarige <guillaume.lajarige@combodo.com>
|
||||
* @since 3.1.0
|
||||
* @package Combodo\iTop\Controller
|
||||
*
|
||||
* @deprecated 3.2.0 N°6935 As we now use Symfony controller and routing components, extend \Combodo\iTop\Controller\AbstractController instead
|
||||
*/
|
||||
interface iController
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user