/** * Build actions and load them to the form. * * @param BuildActions $command */ public function handle(BuildActions $command) { $this->builder->build($command->getBuilder()); }
/** * Build actions and load them to the form. * * @param ActionBuilder $builder */ public function handle(ActionBuilder $builder) { $builder->build($this->builder); }