Skip to content

Instantly share code, notes, and snippets.

View visay's full-sized avatar

Visay Keo visay

View GitHub Profile
I have 2 packages loaded in order of Package A then Package B. Both have setting of doctrine eventListener as below:
Package A Setting
-----------------
TYPO3:
Flow:
persistence:
doctrine:
eventListeners:
<?php
namespace My\Package\TypoScript\Eel\FlowQueryOperations;
/* *
* This script belongs to the TYPO3 Flow package "My.Package". *
* *
* It is free software; you can redistribute it and/or modify it under *
* the terms of the GNU Lesser General Public License, either version 3 *
* of the License, or (at your option) any later version. *
* *