From ddac8ed79bd0b0cca51d25621082cac264e0920a Mon Sep 17 00:00:00 2001 From: Yorkie Chadwick Date: Wed, 6 Nov 2019 10:06:23 +0100 Subject: [PATCH] remove old package comments --- networking/init-cms-bundle/4.0/src/Entity/Page.php | 10 ---------- networking/init-cms-bundle/4.0/src/Entity/User.php | 9 --------- 2 files changed, 19 deletions(-) diff --git a/networking/init-cms-bundle/4.0/src/Entity/Page.php b/networking/init-cms-bundle/4.0/src/Entity/Page.php index cb6786e3..efa22bcf 100644 --- a/networking/init-cms-bundle/4.0/src/Entity/Page.php +++ b/networking/init-cms-bundle/4.0/src/Entity/Page.php @@ -1,14 +1,4 @@ - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - - namespace App\Entity; use Doctrine\Common\Collections\ArrayCollection; diff --git a/networking/init-cms-bundle/4.0/src/Entity/User.php b/networking/init-cms-bundle/4.0/src/Entity/User.php index 81045b68..ab1ff686 100644 --- a/networking/init-cms-bundle/4.0/src/Entity/User.php +++ b/networking/init-cms-bundle/4.0/src/Entity/User.php @@ -1,13 +1,4 @@ - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - namespace App\Entity;