therealsujitk/flarum-ext-gifs

Typo in ListGIFController

Closed this issue · 0 comments

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

class ListGifController extends AbstractListController { ... }

should be changed to

class ListGIFController extends AbstractListController { ... }