<?php use Illuminate\Database\Eloquent\Model; class Fortune extends Model { protected $table = "Fortune"; public $timestamps = false; } ?>