Prepare for moving into monorepo

This commit is contained in:
2021-03-18 12:46:42 +01:00
parent 354a202d06
commit 5a2551ac4f
717 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<?php
/*
*
*/
namespace Chill\MainBundle\Export;
/**
* Add a grouping option to exports.
*
* **usage**: the exports will be grouped under the key given by the `getGroup`
* method.
*/
interface GroupedExportInterface
{
public function getGroup(): string;
}