Skip to content

Instantly share code, notes, and snippets.

@Teox76
Teox76 / dendrite.yaml
Created June 6, 2023 14:24
dendrite.yaml
# This is the Dendrite configuration file.
#
# The configuration is split up into sections - each Dendrite component has a
# configuration section, in addition to the "global" section which applies to
# all components.
# The version of the configuration file.
version: 2
# Global Matrix configuration. This configuration applies to all components.
<?php
namespace GPM\Core\Controller;
/* *
* This script belongs to the TYPO3 Flow package "GPM.Core". *
* *
* */
use GPM\Core\Domain\Model\Contact;
use TYPO3\Flow\Annotations as Flow;