File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?php
2- namespace Flowpack \SearchPlugin \TypoScriptObjects ;
2+ namespace Flowpack \SearchPlugin \FusionObjects ;
33
44/*
55 * This file is part of the Flowpack.SearchPlugin package.
1212 */
1313
1414use Neos \Flow \Annotations as Flow ;
15- use Neos \Fusion \TypoScriptObjects \ AbstractTypoScriptObject ;
15+ use Neos \Fusion \FusionObjects \ AbstractFusionObject ;
1616
1717/**
1818 * Class CanRenderImplementation
1919 *
2020 */
21- class CanRenderImplementation extends AbstractTypoScriptObject
21+ class CanRenderImplementation extends AbstractFusionObject
2222{
2323 /**
2424 * TypoScript Type which shall be rendered
Original file line number Diff line number Diff line change 1- prototype(Flowpack.SearchPlugin:CanRender).@class = 'Flowpack\\SearchPlugin\\TypoScriptObjects \\CanRenderImplementation'
1+ prototype(Flowpack.SearchPlugin:CanRender).@class = 'Flowpack\\SearchPlugin\\FusionObjects \\CanRenderImplementation'
22
33include: SearchPlugin.ts2
44include: ResultRendering.ts2
You can’t perform that action at this time.
0 commit comments