We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d40143 + b633435 commit ddaa397Copy full SHA for ddaa397
src/Resources/contao/dca/tl_page.php
@@ -12,7 +12,7 @@
12
*/
13
14
use Contao\CoreBundle\DataContainer\PaletteManipulator;
15
-use Contao\CoreBundle\DataContainer\PaletteNotFoundException;
+use Contao\CoreBundle\Exception\PaletteNotFoundException;
16
17
$paletteManipulator = PaletteManipulator::create()
18
->addLegend('pwChangeLegend', 'publish_legend', PaletteManipulator::POSITION_BEFORE)
0 commit comments