server/src/app/Services/Version.php
author ymh <ymh.work@gmail.com>
Fri, 02 Dec 2016 13:25:08 +0100
changeset 457 a7a333c0b1eb
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
Optimize transcript rendering : remove call to components

<?php
namespace CorpusParole\Services;

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