forked from mirror/Part-DB.Part-DB-server
Use typed properties
This commit is contained in:
parent
548ec2ea50
commit
51e05a8669
216 changed files with 603 additions and 698 deletions
|
@ -74,8 +74,8 @@ use Symfony\Component\Serializer\Serializer;
|
|||
*/
|
||||
class TypeaheadController extends AbstractController
|
||||
{
|
||||
protected $urlGenerator;
|
||||
protected $assets;
|
||||
protected AttachmentURLGenerator $urlGenerator;
|
||||
protected Packages $assets;
|
||||
|
||||
public function __construct(AttachmentURLGenerator $URLGenerator, Packages $assets)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue