PATH:
home
/
lab2454c
/
costbloc.com
/
Modules
/
FormBuilder
/
Services
<?php namespace Modules\FormBuilder\Services; class RolesProvider { /** * Return the array of roles in the format * * [ * 1 => 'Role Name', * ] * @return array */ public function __invoke(): array { return [ 1 => 'Default', ]; } }
[+]
..
[-] RolesProvider.php
[edit]
[-] Helper.php
[edit]