From ba9ebd0721fe96a15765e32cfe73dc5cbd702cb1 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Sun, 10 Apr 2022 13:58:50 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- src/Commands/HydeBasePublishingCommand.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Commands/HydeBasePublishingCommand.php b/src/Commands/HydeBasePublishingCommand.php index 83ba213f..954b4dfd 100644 --- a/src/Commands/HydeBasePublishingCommand.php +++ b/src/Commands/HydeBasePublishingCommand.php @@ -17,6 +17,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