From 845231ee72b7b97b08ea87458ff6e3b3625e40ca Mon Sep 17 00:00:00 2001 From: Harry Scheiner Date: Fri, 9 May 2025 13:46:25 -0400 Subject: [PATCH] Fix crash when trying to publish stubs using Acorn --- src/Console/StubPublishCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Console/StubPublishCommand.php b/src/Console/StubPublishCommand.php index 217cd289..f252ad65 100644 --- a/src/Console/StubPublishCommand.php +++ b/src/Console/StubPublishCommand.php @@ -30,7 +30,7 @@ class StubPublishCommand extends Command * @var array */ protected $stubs = [ - 'block.construct.stub', + 'block.localized.stub', 'block.stub', 'field.stub', 'options.full.stub',