14 lines
153 B
PHP
14 lines
153 B
PHP
<?php
|
|
|
|
|
|
namespace customerapi\models\available;
|
|
|
|
|
|
use common\models\EventRegistration;
|
|
|
|
class EventRegistrationAvailable extends EventRegistration
|
|
{
|
|
|
|
|
|
}
|