server/src/app/Services/Version.php
author ymh <ymh.work@gmail.com>
Fri, 25 Mar 2016 17:03:45 +0100
changeset 143 023b6d467566
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
Change id prefix + url + correct tests

<?php
namespace CorpusParole\Services;

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