芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/portpulselogistics.com/Modules/Users/Http/Requests/AssignPermissionToUserRequest.php
'nullable|array', 'permissions.*' => 'string', 'roles' => 'nullable|array', 'roles.*' => 'string', ]; } /** * Determine if the user is authorized to make this request. * * @return bool */ public function authorize() { return true; } }