Waavi / url-shortener

Laravel 5 url shortener
MIT License
62 stars 33 forks source link

should not be called statically #13

Open pc-mon opened 6 years ago

pc-mon commented 6 years ago

Hello Dear, Thank you for great job I just have a little issue. I've got this issue: PHP error: Non-static method Waavi\UrlShortener\UrlShortener::shorten() should not be called statically on line 1

when I write code: \UrlShortener::shorten('http://google.com');