Paul Clegg
Paul Clegg
If this helps at all: ➜ ~ dpkg --get-selections | grep usb libgusb2:amd64 install libusb-0.1-4:amd64 install libusb-0.1-4:i386 install libusb-1.0-0:amd64 install libusb-1.0-0:i386 install libusb-1.0-0-dev install libusb-dev install libusbmuxd2 install usb-creator-common install...
Thanks for this, I'll take a proper look at it later on. In the mean time can you update the readme to reflect this has been added? Thanks
I'm also having the same issue. ``` #[ORM\Entity] class Prize { #[ORM\ManyToOne(targetEntity: Pot::class, inversedBy: 'prizes')] private Pot $pot; } ``` ``` #[ORM\Entity] class Pot { #[ORM\OneToMany(targetEntity: Prize::class, mappedBy: 'pot')] private...
@MattRM2 I've added an MIT license, sorry for the slow response