server/src/app/Services/Version.php
author ymh <ymh.work@gmail.com>
Tue, 18 Oct 2016 15:03:01 +0200
changeset 354 e5f3ab70f6ab
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
bump version

<?php
namespace CorpusParole\Services;

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