Fixing content type ordering when content_type is not defined.
[akelos.git] / test / fixtures / app / models / concert.php
blobf4eb862f45f6897b5823b34a0e6fa60d591f0c8c
1 <?php
3 Ak::import('Event');
5 class Concert extends Event