therealsujitk / flarum-ext-gifs

A Flarum extension that integrates your forum with GIF search engines.
https://discuss.flarum.org/d/23101
MIT License
5 stars 8 forks source link

Typo in ListGIFController #16

Closed therealsujitk closed 3 years ago

therealsujitk commented 3 years ago

The ListGIFController.php file has a typo in the class name.

class ListGifController extends AbstractListController { ... }

should be changed to

class ListGIFController extends AbstractListController { ... }