server/src/app/Services/Version.php
author ymh <ymh.work@gmail.com>
Tue, 23 Feb 2016 17:57:46 +0100
changeset 128 bc18286e55b2
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
remove resolve lexvo on server in the api

<?php
namespace CorpusParole\Services;

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