server/src/app/Models/GeonamesHierarchy.php
author ymh <ymh.work@gmail.com>
Fri, 02 Dec 2016 13:27:02 +0100
changeset 458 c3a5f4de29b0
parent 308 e032d686d88e
permissions -rw-r--r--
remove transcript components definition...

<?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',
    ];
}