From 8472f66fc4b4cefe50a8ebd8cafb935800263b77 Mon Sep 17 00:00:00 2001 From: passchn <77938819+passchn@users.noreply.github.com> Date: Sat, 9 Mar 2024 11:47:23 +0100 Subject: [PATCH] doc block --- src/Utilities/ViteManifest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Utilities/ViteManifest.php b/src/Utilities/ViteManifest.php index 652bba1..2372ee7 100644 --- a/src/Utilities/ViteManifest.php +++ b/src/Utilities/ViteManifest.php @@ -75,6 +75,8 @@ public static function getRecords(ViteHelperConfig $config): ManifestRecords } /** + * Get the default location of a plugin's vite manifest.json + * * @param string $pluginName e.g. "MyPlugin" * @return string filesystem path to the Plugin's manifest.json */