How to use URLify in custom package?
Ok, I ran into a problem. How can I use libraries under packages.
URLify::filter($txt) gives me an not-found error when tried to run it in package's php -file.
[code]Class 'Concrete\Package\Globalevents\Src\Service\URLify' not found[/code]
So how d…