athenahr/config/demo.php

8 lines
65 B
PHP
Executable File

<?php
return [
'is_enabled' => env('DEMO_MODE', false)
];