Position.php 76 B

123456
  1. <?php
  2. class Position extends ActiveRecord\Model
  3. {
  4. static $belongs_to;
  5. };
  6. ?>