diff --git a/src/Entity/Comment.php b/src/Entity/Comment.php index fe8e80bdf..cc55a5d1b 100644 --- a/src/Entity/Comment.php +++ b/src/Entity/Comment.php @@ -18,10 +18,8 @@ /** * Defines the properties of the Comment entity to represent the blog comments. - * See https://symfony.com/doc/current/doctrine.html#creating-an-entity-class. * - * Tip: if you have an existing database, you can generate these entity class automatically. - * See https://symfony.com/doc/current/doctrine/reverse_engineering.html + * See https://symfony.com/doc/current/doctrine.html#creating-an-entity-class * * @author Ryan Weaver * @author Javier Eguiluz diff --git a/src/Entity/Post.php b/src/Entity/Post.php index e26524d81..dbb43127d 100644 --- a/src/Entity/Post.php +++ b/src/Entity/Post.php @@ -24,9 +24,6 @@ * * See https://symfony.com/doc/current/doctrine.html#creating-an-entity-class * - * Tip: if you have an existing database, you can generate these entity class automatically. - * See https://symfony.com/doc/current/doctrine/reverse_engineering.html - * * @author Ryan Weaver * @author Javier Eguiluz * @author Yonel Ceruto diff --git a/src/Entity/User.php b/src/Entity/User.php index de676026b..1253764f2 100644 --- a/src/Entity/User.php +++ b/src/Entity/User.php @@ -20,10 +20,8 @@ /** * Defines the properties of the User entity to represent the application users. - * See https://symfony.com/doc/current/doctrine.html#creating-an-entity-class. * - * Tip: if you have an existing database, you can generate these entity class automatically. - * See https://symfony.com/doc/current/doctrine/reverse_engineering.html + * See https://symfony.com/doc/current/doctrine.html#creating-an-entity-class * * @author Ryan Weaver * @author Javier Eguiluz