Skip to content

Commit e4bdc3d

Browse files
committed
Fixing path in Entity/Post
1 parent f9d3a94 commit e4bdc3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Entity/Post.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Post
3535
{
3636
/**
3737
* Use constants to define configuration options that rarely change instead
38-
* of specifying them in app/config/config.yml.
38+
* of specifying them under parameters section in config/services.yaml file.
3939
*
4040
* See https://symfony.com/doc/current/best_practices/configuration.html#constants-vs-configuration-options
4141
*/

0 commit comments

Comments
 (0)