server/src/app/Services/Version.php
author ymh <ymh.work@gmail.com>
Sat, 06 Aug 2016 21:27:53 +0700
changeset 260 64caee7ce38d
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
Split document model in document and document results

<?php
namespace CorpusParole\Services;

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