server/src/app/Services/Version.php
author ymh <ymh.work@gmail.com>
Sun, 02 Oct 2016 11:49:00 +0200
changeset 308 e032d686d88e
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
add hierarchy info in document indexation + geostats api controllers + add some keys to geonames resolver

<?php
namespace CorpusParole\Services;

class Version {
    public function version() {
        return config('version.version');
    }
}