server/src/app/Services/Version.php
author ymh <ymh.work@gmail.com>
Wed, 22 Feb 2017 17:58:25 +0100
changeset 521 b3c738a20af8
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
Add transcript right declaration, resolve bug #0026452

<?php
namespace CorpusParole\Services;

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