Jump to content

Error: Maximum execution time of 60 seconds exceeded


gpautomatic

Recommended Posts

image.thumb.png.e8272f584907bd3de2e7ce3b30f4586f.png

$builder->add('attachments', FormType\ChoiceType::class, [

            'expanded' => true,

            'multiple' => true,

            'choices' => $this->attachmentList,

            'choice_label' => function ($choice, $key, $value) {

                $attachmentKey = array_search($key, array_column($this->fullAttachmentList, 'file'));

                return $this->fullAttachmentList[$attachmentKey]['name'];

            },

            'required' => false,

            'attr' => [

 

Hello, can somebody help me with this error? :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...