server/src/app/Models/GeonamesHierarchy.php
author ymh <ymh.work@gmail.com>
Thu, 10 Nov 2016 02:01:46 +0100
changeset 409 8371c99c7947
parent 308 e032d686d88e
permissions -rw-r--r--
set version 0.0.9

<?php

namespace CorpusParole\Models;

use Illuminate\Database\Eloquent\Model;

class GeonamesHierarchy extends Model
{
    /**
     * The attributes that should be casted to native types.
     *
     * @var array
     */
    protected $casts = [
        'hierarchy' => 'array',
    ];
}