server/src/app/Services/Version.php
author ymh <ymh.work@gmail.com>
Fri, 21 Oct 2016 13:50:03 +0200
changeset 380 b4f69e646e44
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
add artisan action after upgrade, correct provisioning

<?php
namespace CorpusParole\Services;

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