server/src/app/Services/Version.php
author ymh <ymh.work@gmail.com>
Fri, 08 Apr 2016 17:23:17 +0200
changeset 147 bc37828169f3
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
upgrade bo_client to 2.4.3

<?php
namespace CorpusParole\Services;

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