Skip to content

Commit ee6f48d

Browse files
authored
fix: comment path in Attribute class (#1722)
1 parent d839d55 commit ee6f48d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/filters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1462,7 +1462,7 @@ Start by creating a custom attribute to mark restricted entities:
14621462

14631463
```php
14641464
<?php
1465-
// api/Annotation/UserAware.php
1465+
// api/src/Attribute/UserAware.php
14661466
14671467
namespace App\Attribute;
14681468

0 commit comments

Comments
 (0)