adminarchitect / core

AdminArchitect - Active Admin for Laravel
http://adminarchitect.com
MIT License
211 stars 66 forks source link

Params value is interpreted as callable #46

Closed devzcraft closed 4 years ago

devzcraft commented 5 years ago

When I type in edit form in input function name (php core function or laravel function) and send it, this value is expected to be interpreted as string, but actual result - param is interpreted as callable and adminarchitect is trying to run this function.