server/src/app/Services/Version.php
author ymh <ymh.work@gmail.com>
Sat, 10 Jun 2017 22:43:58 +0200
changeset 536 b64c8c35c67d
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
add a external link icon to viaf links, correct bug #27355 (https://mantis.culture.fr/mantis/view.php?id=27355)

<?php
namespace CorpusParole\Services;

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