Skip to content

Commit

Permalink
cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyborn committed Jan 27, 2023
1 parent 7006e13 commit 5859803
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "numero2/contao-random-ce",
"type": "contao-bundle",
"description": "Import news from dpa as news into Contao",
"description": "Provides a wrapper (like accordion) for content elements to show a different, random element on each reload of the page.",
"license": "LGPL-3.0+",
"authors": [{
"name": "numero2 - Agentur für digitales Marketing GbR",
Expand Down
1 change: 1 addition & 0 deletions src/Controller/ContentElement/RandomCEStartController.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @copyright Copyright (c) 2023, numero2 - Agentur für digitales Marketing GbR
*/


namespace numero2\RandomCEBundle\Controller\ContentElement;

use Contao\ContentModel;
Expand Down
2 changes: 1 addition & 1 deletion src/EventListener/Hook/ContentElementListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function __construct( RequestStack $requestStack, ScopeMatcher $scopeMatc


/**
* Check if this content element should be visible this time
* Check if this content element should be visible on this request
*
* @param Contao\ContentModel $row
* @param string $strBuffer
Expand Down

0 comments on commit 5859803

Please sign in to comment.