src/Company/BaseBundle/Entity/Document.php
changeset 24 57ff6d39f88c
parent 18 c85b9d1ddf19
child 61 9f427e7c88f9
--- a/src/Company/BaseBundle/Entity/Document.php	Fri Oct 28 14:57:11 2011 +0200
+++ b/src/Company/BaseBundle/Entity/Document.php	Fri Nov 04 11:52:47 2011 +0100
@@ -28,7 +28,8 @@
      * @ORM\Column(name="title", type="string", length=255)
      */
     private $title;
-
+    
+    
     /**
      * @var text $description
      *
@@ -67,6 +68,7 @@
         return $this->title;
     }
 
+    
     /**
      * Set description
      *