From 1baabdbc6c82578231b05b5fd218dacd67abf1ef Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Sun, 10 Apr 2022 15:58:25 +0200 Subject: [PATCH] Deprecate class Intentionally has bad styling to test the new settings in StyleCI. --- src/Commands/HydeBasePublishingCommand.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Commands/HydeBasePublishingCommand.php b/src/Commands/HydeBasePublishingCommand.php index ae41d45a..83ba213f 100644 --- a/src/Commands/HydeBasePublishingCommand.php +++ b/src/Commands/HydeBasePublishingCommand.php @@ -16,6 +16,7 @@ /** * Base command to publish the Hyde assets. * + * @deprecated version 0.10.0, see PublishesDefaultFrontendResourceFiles and HydePublishFrontendResourcesCommand for suggested implementation. * @internal * * Based on Illuminate\Foundation\Console\VendorPublishCommand