Closed therealsujitk closed 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 { ... }
The ListGIFController.php file has a typo in the class name.
should be changed to