laminas / laminas-form

Validate and display simple and complex forms, casting forms to business objects and vice versa
https://docs.laminas.dev/laminas-form/
BSD 3-Clause "New" or "Revised" License
80 stars 52 forks source link

Retrieve dependencies by FQCN where appropriate #193

Closed gsteel closed 1 year ago

gsteel commented 2 years ago
Q A
Documentation yes
New Feature yes

Description

This patch updates all $container->get() call sites to use a FQCN instead of a string alias. DI configuration is updated so that factories are registered against FQCN but maintains existing service aliases.

Ocramius commented 1 year ago

Thanks @gsteel!