diff --git a/src/Commands/HydeBasePublishingCommand.php b/src/Commands/HydeBasePublishingCommand.php index ae41d45a..954b4dfd 100644 --- a/src/Commands/HydeBasePublishingCommand.php +++ b/src/Commands/HydeBasePublishingCommand.php @@ -16,6 +16,8 @@ /** * 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