server/src/app/Services/Version.php
author ymh <ymh.work@gmail.com>
Tue, 19 Jan 2016 19:16:23 +0100
changeset 108 be2d3b30b2e0
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
change isPartOf to edm:isGatheredInto for collections

<?php
namespace CorpusParole\Services;

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