1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-06 13:16:45 +02:00

chore(directives): upd doc for types directive

This commit is contained in:
Awilum
2022-05-27 18:35:36 +03:00
parent cf42aaf820
commit e987c1dea4

View File

@@ -16,7 +16,7 @@ declare(strict_types=1);
use Glowy\Arrays\Arrays as Collection;
// Directive: @type[)
// Directive: @type[]
emitter()->addListener('onEntriesFetchSingleField', static function (): void {
if (! registry()->get('flextype.settings.entries.directives.types.enabled')) {