Move folder

This commit is contained in:
Anne-Cath
2025-09-04 09:40:39 +02:00
parent 71604e65d2
commit 392957d849
75 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<?php
/**
* Attributes implementing this interface won't be accepted as `group by` field
*
* @since 2.7.4 N°3473
*/
interface iAttributeNoGroupBy
{
//no method, just a contract on implement
}