server/src/app/Services/Version.php
author ymh <ymh.work@gmail.com>
Fri, 21 Oct 2016 16:54:02 +0200
changeset 384 5598bad67f8d
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
correct build process, post upgrade script and local .env provisioning

<?php
namespace CorpusParole\Services;

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