Minor - format code

pull/3959/head
Julio 4 years ago
parent 3cbc1f5a43
commit 0270e9e392
  1. 2
      public/main/inc/lib/course_category.lib.php
  2. 2
      src/CoreBundle/Resources/config/services.yml
  3. 1
      src/CoreBundle/Tool/Link.php

@ -4,9 +4,7 @@
use Chamilo\CoreBundle\Entity\Asset;
use Chamilo\CoreBundle\Entity\CourseCategory as CourseCategoryEntity;
use Chamilo\CoreBundle\Entity\User;
use Chamilo\CoreBundle\Framework\Container;
use Doctrine\Common\Collections\Criteria;
class CourseCategory
{

@ -76,4 +76,4 @@ services:
Chamilo\CoreBundle\Tool\HandlerCollection:
arguments:
- !tagged_iterator chamilo_core.tool_handler
- !tagged_iterator chamilo_core.tool_handler

@ -20,6 +20,7 @@ class Link extends AbstractTool implements ToolInterface
{
return 'authoring';
}
public function getIcon(): string
{
return 'mdi-file-link';

Loading…
Cancel
Save