source: config/musion.php@ dfae77e

Last change on this file since dfae77e was dfae77e, checked in by Igor Danilovski <igor_danilovski@…>, 22 months ago
  • Initial commit;
  • Property mode set to 100644
File size: 466 bytes
Line 
1<?php
2
3return [
4
5 /*
6 |--------------------------------------------------------------------------
7 | Clapsify Configuration
8 |--------------------------------------------------------------------------
9 |
10 | This file contains application specific configurations that are needed for
11 | the Clapsify platform - such as consts, custom vars, etc.
12 |
13 */
14
15 'user_type' => [
16 'ARTIST',
17 'MANAGER',
18 'ORGANIZER'
19 ],
20];
Note: See TracBrowser for help on using the repository browser.