server/src/app/Services/Version.php
author Chloe Laisne <chloe.laisne@gmail.com>
Thu, 23 Jun 2016 17:09:32 +0200
changeset 200 a441c40f9c5e
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
Fix playlist filtering Minor design changes

<?php
namespace CorpusParole\Services;

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