12 lines
298 B
PHP
12 lines
298 B
PHP
<?php
|
|
|
|
return [
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Maximum Interviewer Panelists Limit
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
*/
|
|
'max_interviewer' => (int) env('MAX_INTERVIEWER', 2)
|
|
];
|