How to use URLify in custom package?

Permalink
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.
Class 'Concrete\Package\Globalevents\Src\Service\URLify' not found


So how do I run URLify:filter in my custom package?

Temposaur
 
Temposaur replied on at Permalink Reply
Temposaur
My bad.

Forgot this from the beginning of the code:

use URLify;