server/src/app/Services/Version.php
author Chloe Laisne <chloe.laisne@gmail.com>
Tue, 05 Jul 2016 16:53:04 +0200
changeset 228 a2497a2b6224
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
Notice display logic and design

<?php
namespace CorpusParole\Services;

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