Last change
on this file since dfae77e was dfae77e, checked in by Igor Danilovski <igor_danilovski@…>, 2 years ago |
|
-
Property mode
set to
100644
|
File size:
466 bytes
|
Rev | Line | |
---|
[dfae77e] | 1 | <?php
|
---|
| 2 |
|
---|
| 3 | return [
|
---|
| 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.