Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
Wrap text
Report abuse
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
<?php namespace Entity; /** * @Entity */ class Country { /** * @Id * @Column(name="id", type="integer") * @GeneratedValue(strategy="AUTO") */ public $id; } /** * @Entity */ class User { /** * @Id * @Column(name="id", type="integer") * @GeneratedValue(strategy="AUTO") */ public $id; }
Pasted February 09, 201010:11AM EDT
Embed
paste again
Ads from Ruby Row