Created
January 20, 2015 20:21
-
-
Save robbanl/c5b6511e93d663c137ab to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
class Myentity { | |
/* ... */ | |
/** | |
* @ORM\Column(name="created_at", type="datetime") | |
*/ | |
private $createdAt; | |
/* ... */ | |
} |
Author
robbanl
commented
Jan 20, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment