server/src/app/Services/Version.php
author ymh <ymh.work@gmail.com>
Sat, 07 May 2016 10:06:26 +0200
changeset 158 366509ae2f37
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
Add controller for themes count + upgrade ember for app-client

<?php
namespace CorpusParole\Services;

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