Fortune.php 100 B

1234567
  1. <?php
  2. namespace App\Model;
  3. class Fortune extends \PHPixie\ORM\Model{
  4. public $table = 'Fortune';
  5. }