Rename shroot shortcode file

This commit is contained in:
RealStickman 2023-06-02 17:20:27 +02:00
parent cce07de090
commit 9724efa314

View File

@ -3,7 +3,7 @@ namespace Grav\Plugin\Shortcodes;
use Thunder\Shortcode\Shortcode\ShortcodeInterface; use Thunder\Shortcode\Shortcode\ShortcodeInterface;
class CustomPrismjs extends Shortcode class Prismjsshroot extends Shortcode
{ {
public function init() public function init()
{ {
@ -13,4 +13,4 @@ class CustomPrismjs extends Shortcode
}); });
} }
} }
?> ?>