Skip to content

Instantly share code, notes, and snippets.

@robbanl
Created January 20, 2015 20:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robbanl/c5b6511e93d663c137ab to your computer and use it in GitHub Desktop.
Save robbanl/c5b6511e93d663c137ab to your computer and use it in GitHub Desktop.
<?php
class Myentity {
/* ... */
/**
* @ORM\Column(name="created_at", type="datetime")
*/
private $createdAt;
/* ... */
}
@robbanl
Copy link
Author

robbanl commented Jan 20, 2015

Property AppBundle\Entity\Myentity::$created_at does not exist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment