From 9724efa31486d04e41161617225ebf91e73e0802 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Fri, 2 Jun 2023 17:20:27 +0200 Subject: [PATCH] Rename shroot shortcode file --- .../shortcode-custom/{CustomPrismjs.php => Prismjsshroot.php} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename plugins/shortcode-custom/{CustomPrismjs.php => Prismjsshroot.php} (91%) diff --git a/plugins/shortcode-custom/CustomPrismjs.php b/plugins/shortcode-custom/Prismjsshroot.php similarity index 91% rename from plugins/shortcode-custom/CustomPrismjs.php rename to plugins/shortcode-custom/Prismjsshroot.php index e96e4a9..2d9ba58 100644 --- a/plugins/shortcode-custom/CustomPrismjs.php +++ b/plugins/shortcode-custom/Prismjsshroot.php @@ -3,7 +3,7 @@ namespace Grav\Plugin\Shortcodes; use Thunder\Shortcode\Shortcode\ShortcodeInterface; -class CustomPrismjs extends Shortcode +class Prismjsshroot extends Shortcode { public function init() { @@ -13,4 +13,4 @@ class CustomPrismjs extends Shortcode }); } } -?> \ No newline at end of file +?>