server/src/app/Services/Version.php
author ymh <ymh.work@gmail.com>
Tue, 23 Feb 2016 18:52:27 +0100
changeset 129 4fca650b9b8a
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
upgrade composer libraries

<?php
namespace CorpusParole\Services;

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