Fixed Typo in ControllerPlugin\Like.php

W1zzard

Well-known member
Affected version
2.0.3
throw new \InvalidArgumentException("Provided entity must defined a content type in its structure");
throw new \InvalidArgumentException("Provided entity must defined a content type in its structure");

should be "define" and probably use single-quote
 
Top Bottom