LinkedSet: Rename classes / files to match conventions

This commit is contained in:
Molkobain
2023-04-05 18:52:19 +02:00
parent aafd05afd1
commit 7ad3b07e89
20 changed files with 55 additions and 55 deletions

View File

@@ -19,13 +19,13 @@ use Twig\Environment;
use utils;
/**
* Class BlockLinksSetDisplayAsProperty
* Class BlockLinkSetDisplayAsProperty
*
* @internal
* @since 3.1.0
* @package Combodo\iTop\Application\UI\Links\Indirect
*/
class BlockLinksSetDisplayAsProperty extends UIContentBlock
class BlockLinkSetDisplayAsProperty extends UIContentBlock
{
public const BLOCK_CODE = 'ibo-block-links-set-as-property';