Skip to content

Commit

Permalink
fix ecs
Browse files Browse the repository at this point in the history
  • Loading branch information
seibtph committed Nov 5, 2024
1 parent 8b18b91 commit 665d899
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/EventListener/DataContainer/TimelineElementListeners.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
<?php

declare(strict_types=1);

/*
* Animated timeline bundle for Contao Open Source CMS
*
* Copyright (c) 2024 pdir / digital agentur // pdir GmbH
*
* @package animated-timeline-bundle
* @link https://pdir.de
* @license LGPL-3.0+
* @author Philipp Seibt <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Pdir\AnimatedTimelineBundle\EventListener\DataContainer;

use Contao\CoreBundle\DependencyInjection\Attribute\AsCallback;
Expand Down

0 comments on commit 665d899

Please sign in to comment.