server/src/app/Services/Version.php
author ymh <ymh.work@gmail.com>
Fri, 15 Sep 2017 11:26:43 +0200
changeset 546 178f9add0784
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
Correct bug #28104 : affichage des titres longs dans le transcript

<?php
namespace CorpusParole\Services;

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