Skip to content

Commit e6ec139

Browse files
🩹 Fix publishing stubs (#342)
1 parent 5c167ae commit e6ec139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/StubPublishCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class StubPublishCommand extends Command
3030
* @var array
3131
*/
3232
protected $stubs = [
33-
'block.construct.stub',
33+
'block.localized.stub',
3434
'block.stub',
3535
'field.stub',
3636
'options.full.stub',

0 commit comments

Comments
 (0)