*/ protected $dates = ['date', 'created_at', 'updated_at']; /** * @var array */ protected $casts = [ 'podcast_id' => 'integer', 'hour' => 'integer', 'hits' => 'integer', ]; }