Skip to content

Commit

Permalink
[TASK] Update and Improve Backend UriBuilder examples
Browse files Browse the repository at this point in the history
Move link examples to Partials so they can be included individually
  • Loading branch information
linawolf committed Jun 17, 2024
1 parent 8cfd900 commit ba9b384
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Classes/Controller/ModuleController.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
use Psr\Log\LoggerInterface;
use T3docs\Examples\Service\TableInformationService;
use TYPO3\CMS\Backend\Clipboard\Clipboard;
use TYPO3\CMS\Backend\Routing\UriBuilder;
use TYPO3\CMS\Backend\Template\ModuleTemplate;
use TYPO3\CMS\Backend\Template\ModuleTemplateFactory;
use TYPO3\CMS\Backend\Tree\View\PageTreeView;
Expand Down Expand Up @@ -49,7 +50,7 @@
*
* @author Francois Suter (Cobweb) <[email protected]>
*/
class ModuleController extends ActionController implements LoggerAwareInterface
class ModuleController extends ActionController
{

private int $pageUid;
Expand Down

0 comments on commit ba9b384

Please sign in to comment.