mark plugin_assets
function as deprecated
This commit is contained in:
parent
d13e1ba2af
commit
999674457c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user