From 999674457c50aeb2ce880b6722337e301e226bf0 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Sat, 22 Aug 2020 09:53:37 +0800 Subject: [PATCH] mark `plugin_assets` function as deprecated --- app/helpers.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/helpers.php b/app/helpers.php index 7b9f70bc..221edd7a 100644 --- a/app/helpers.php +++ b/app/helpers.php @@ -12,6 +12,7 @@ if (!function_exists('plugin')) { } if (!function_exists('plugin_assets')) { + /** @deprecated */ function plugin_assets(string $name, string $relativeUri): string { $plugin = plugin($name);