Files
ExpenseCount/app/Model/DemoParticipant.php
2026-06-25 13:03:45 +06:00

7 lines
83 B
PHP

<?php
class DemoParticipant extends AppModel
{
var $name='DemoParticipant';
}
?>