You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tasks comments are left in the code when a feature (or a bug) isn't completely developed (or fixed). You should complete the implementation and remove the comment.
useDoctrine\ORM\Event\LifecycleEventArgs;
useDoctrine\ORM\Event\PreUpdateEventArgs;
useSymfony\Component\HttpFoundation\File\File;
useSymfony\Component\HttpFoundation\File\UploadedFile;
//TODO: current status: handle only uploads from Picture entity, need to handle Tick's main pic as welclass PictureUploadListener
{
private$uploader;
publicfunction__construct(FileUploader$uploader)